com.atlassian.bamboo.plugins.ssh
Class SshCapabilityTypeModule

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.capability.AbstractCapabilityType
      extended by com.atlassian.bamboo.v2.build.agent.capability.AbstractCapabilityTypeModule
          extended by com.atlassian.bamboo.v2.build.agent.capability.AbstractExecutableCapabilityTypeModule
              extended by com.atlassian.bamboo.plugins.ssh.SshCapabilityTypeModule
All Implemented Interfaces:
InitablePluginModule, BambooPluginModule, CapabilityDefaultsHelper, CapabilityType, CapabilityTypeModule, com.atlassian.core.i18n.I18nTextProvider, Comparable<CapabilityType>

public class SshCapabilityTypeModule
extends AbstractExecutableCapabilityTypeModule


Field Summary
static String SSH_CAPABILITY
           
static String SSH_EXECUTABLE
           
 
Fields inherited from class com.atlassian.bamboo.v2.build.agent.capability.AbstractExecutableCapabilityTypeModule
AGENT_CAPABILITY_TYPE_PREFIX
 
Fields inherited from interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityDefaultsHelper
CAPABILITY_AGENT_ENVIRONMENT_PREFIX, CAPABILITY_BUILDER_PREFIX, CAPABILITY_BUILDER_TYPE
 
Constructor Summary
SshCapabilityTypeModule()
           
 
Method Summary
 String getCapabilityUndefinedKey()
           
 List<String> getDefaultWindowPaths()
           
 String getExecutableDescription()
           
 String getExecutableFilename()
           
 String getExecutableKey()
           
 String getMandatoryCapabilityKey()
           
 
Methods inherited from class com.atlassian.bamboo.v2.build.agent.capability.AbstractExecutableCapabilityTypeModule
addDefaultCapabilities, getCapability, getLabel, getParamValue, getText, getText, getText, getTextProvider, setTextProvider, validate
 
Methods inherited from class com.atlassian.bamboo.v2.build.agent.capability.AbstractCapabilityTypeModule
getCapabilityTypeKey, getCapabilityTypeLabel, getEditHtml, getExtraInfo, getNewKeyFromLabel, getSortOrder, getValueDescriptionKey, init, isAllowRename, setTemplateRenderer
 
Methods inherited from class com.atlassian.bamboo.v2.build.agent.capability.AbstractCapabilityType
compareTo, equals, getViewTypeAction, hashCode, toString, updatePlanForNewLabel, updateTasksForNewLabel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityType
getViewTypeAction, updatePlanForNewLabel
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

SSH_CAPABILITY

public static final String SSH_CAPABILITY
See Also:
Constant Field Values

SSH_EXECUTABLE

public static final String SSH_EXECUTABLE
See Also:
Constant Field Values
Constructor Detail

SshCapabilityTypeModule

public SshCapabilityTypeModule()
Method Detail

getMandatoryCapabilityKey

public String getMandatoryCapabilityKey()
Specified by:
getMandatoryCapabilityKey in class AbstractExecutableCapabilityTypeModule

getExecutableKey

public String getExecutableKey()
Specified by:
getExecutableKey in class AbstractExecutableCapabilityTypeModule

getCapabilityUndefinedKey

public String getCapabilityUndefinedKey()
Specified by:
getCapabilityUndefinedKey in class AbstractExecutableCapabilityTypeModule

getDefaultWindowPaths

public List<String> getDefaultWindowPaths()
Specified by:
getDefaultWindowPaths in class AbstractExecutableCapabilityTypeModule

getExecutableFilename

public String getExecutableFilename()
Specified by:
getExecutableFilename in class AbstractExecutableCapabilityTypeModule

getExecutableDescription

public String getExecutableDescription()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.