Module: DTK::Client

Defined in:
lib/execute.rb,
lib/core.rb,
lib/error.rb,
lib/commands.rb,
lib/auxiliary.rb,
lib/dtk_error.rb,
lib/violation.rb,
lib/search_hash.rb,
lib/task_status.rb,
lib/configurator.rb,
lib/util/console.rb,
lib/util/os_util.rb,
lib/util/ssh_util.rb,
lib/violation/fix.rb,
lib/command_helper.rb,
lib/context_router.rb,
lib/view_processor.rb,
lib/domain/response.rb,
lib/util/dtk_puppet.rb,
lib/util/common_util.rb,
lib/util/module_util.rb,
lib/commands/thor/dtk.rb,
lib/commands/thor/node.rb,
lib/commands/thor/task.rb,
lib/commands/thor/utils.rb,
lib/violation/attribute.rb,
lib/commands/thor/target.rb,
lib/parser/adapters/thor.rb,
lib/util/permission_util.rb,
lib/violation/fix/result.rb,
lib/commands/thor/account.rb,
lib/commands/thor/library.rb,
lib/commands/thor/project.rb,
lib/commands/thor/remotes.rb,
lib/commands/thor/service.rb,
lib/violation/sub_classes.rb,
lib/commands/thor/assembly.rb,
lib/commands/thor/provider.rb,
lib/commands/thor/attribute.rb,
lib/commands/thor/component.rb,
lib/commands/thor/developer.rb,
lib/commands/thor/workspace.rb,
lib/task_status/stream_mode.rb,
lib/command_helpers/git_repo.rb,
lib/commands/thor/dependency.rb,
lib/domain/git_error_handler.rb,
lib/shell/interactive_wizard.rb,
lib/task_status/refresh_mode.rb,
lib/commands/common/thor/edit.rb,
lib/commands/common/thor/node.rb,
lib/commands/thor/test_module.rb,
lib/task_status/snapshot_mode.rb,
lib/commands/common/thor/clone.rb,
lib/commands/thor/state_change.rb,
lib/view_processor/simple_list.rb,
lib/view_processor/table_print.rb,
lib/violation/fix/result/error.rb,
lib/commands/common/thor/common.rb,
lib/commands/common/thor/module.rb,
lib/commands/common/thor/poller.rb,
lib/commands/thor/node_template.rb,
lib/util/remote_dependency_util.rb,
lib/violation/fix/set_attribute.rb,
lib/command_helpers/service_link.rb,
lib/commands/common/thor/remotes.rb,
lib/commands/common/thor/reparse.rb,
lib/commands/thor/service_module.rb,
lib/domain/response/error_handler.rb,
lib/parser/adapters/option_parser.rb,
lib/command_helpers/git_repo/merge.rb,
lib/command_helpers/jenkins_client.rb,
lib/commands/thor/component_module.rb,
lib/commands/common/thor/list_diffs.rb,
lib/task_status/stream_mode/element.rb,
lib/command_helpers/service_importer.rb,
lib/commands/common/thor/common_base.rb,
lib/commands/common/thor/purge_clone.rb,
lib/commands/thor/component_template.rb,
lib/view_processor/hash_pretty_print.rb,
lib/commands/common/thor/puppet_forge.rb,
lib/commands/common/thor/create_target.rb,
lib/commands/common/thor/module/import.rb,
lib/command_helpers/test_module_creator.rb,
lib/commands/common/thor/access_control.rb,
lib/commands/common/thor/push_to_remote.rb,
lib/view_processor/augmented_simple_list.rb,
lib/commands/common/thor/inventory_parser.rb,
lib/commands/common/thor/pull_from_remote.rb,
lib/task_status/stream_mode/element/stage.rb,
lib/commands/common/thor/assembly_template.rb,
lib/commands/common/thor/assembly_workspace.rb,
lib/commands/common/thor/pull_clone_changes.rb,
lib/commands/common/thor/push_clone_changes.rb,
lib/parser/adapters/thor/common_option_defs.rb,
lib/commands/common/thor/base_command_helper.rb,
lib/task_status/stream_mode/element/task_end.rb,
lib/commands/common/thor/action_result_handler.rb,
lib/task_status/stream_mode/element/no_results.rb,
lib/task_status/stream_mode/element/task_start.rb,
lib/commands/common/thor/set_required_attributes.rb,
lib/task_status/stream_mode/element/hierarchical_task.rb,
lib/task_status/stream_mode/element/hierarchical_task/steps.rb,
lib/task_status/stream_mode/element/hierarchical_task/result.rb,
lib/task_status/stream_mode/element/hierarchical_task/steps/action.rb,
lib/task_status/stream_mode/element/hierarchical_task/result/action.rb,
lib/task_status/stream_mode/element/hierarchical_task/steps/components.rb,
lib/task_status/stream_mode/element/hierarchical_task/steps/node_level.rb,
lib/task_status/stream_mode/element/hierarchical_task/result/components.rb,
lib/task_status/stream_mode/element/hierarchical_task/result/node_level.rb,
lib/domain/git_adapter.rb

Overview

Copyright © 2010-2016 dtk contributors

This file is part of the dtk project.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Defined Under Namespace

Modules: AccessControlMixin, ActionResultHandler, AssemblyTemplateMixin, AssemblyWorkspaceMixin, Auxiliary, CloneMixin, CommandBase, CommandHelperMixin, Commands, CommonMixin, CommonUtil, Console, EditMixin, InventoryParserMixin, ListDiffsMixin, ModuleMixin, ModuleUtil, NodeMixin, OsUtil, ParseFile, PermissionUtil, Poller, PullCloneChangesMixin, PullFromRemoteMixin, PuppetForgeMixin, PurgeCloneMixin, PushCloneChangesMixin, PushToRemoteMixin, RemoteDependencyUtil, RemotesMixin, RenderView, ReparseMixin, SSHUtil, ServiceImporter, SetRequiredParamsMixin, Shell, TaskStatusMixin, ViewMeta Classes: Account, Assembly, Attribute, BaseCommandHelper, CommandBaseOptionParser, CommandBaseThor, CommandHelper, CommonModule, Component, ComponentModule, ComponentTemplate, Config, Configurator, Conn, ContextRouter, DSLParsing, Dependency, Developer, Dtk, DtkError, DtkImplementationError, DtkLoginRequiredError, DtkPuppet, DtkResponse, DtkValidationError, Error, Execute, GitAdapter, GitErrorHandler, GitHandledException, JenkinsClient, Library, Log, Node, NodeTemplate, OptionParser, PostBody, Project, Provider, Remotes, Response, ResponseErrorHandler, SearchHash, Service, ServiceModule, Session, StateChange, Target, Task, TaskStatus, TestModule, TestModuleCreator, Utils, ViewPrettyPrintHash, ViewProcAugmentedSimpleList, ViewProcHashPrettyPrint, ViewProcSimpleList, ViewProcTablePrint, ViewProcessor, Violation, Workspace