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, com.opensymphony.xwork.LocaleProvider, java.lang.Comparable<CapabilityType>

public class SshCapabilityTypeModule
extends AbstractExecutableCapabilityTypeModule


Field Summary
static java.lang.String SSH_CAPABILITY
           
static java.lang.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_BUILDER_PREFIX, CAPABILITY_BUILDER_TYPE
 
Constructor Summary
SshCapabilityTypeModule()
           
 
Method Summary
 java.lang.String getCapabilityUndefinedKey()
           
 java.util.List<java.lang.String> getDefaultWindowPaths()
           
 java.lang.String getExecutableDescription()
           
 java.lang.String getExecutableFilename()
           
 java.lang.String getExecutableKey()
           
 java.lang.String getMandatoryCapabilityKey()
           
 
Methods inherited from class com.atlassian.bamboo.v2.build.agent.capability.AbstractExecutableCapabilityTypeModule
addDefaultCapabilities, getCapability, getLabel, getLocale, getParamValue, getText, getText, getText, getTextProvider, setI18nBeanFactory, 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 java.lang.String SSH_CAPABILITY
See Also:
Constant Field Values

SSH_EXECUTABLE

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

SshCapabilityTypeModule

public SshCapabilityTypeModule()
Method Detail

getMandatoryCapabilityKey

public java.lang.String getMandatoryCapabilityKey()
Specified by:
getMandatoryCapabilityKey in class AbstractExecutableCapabilityTypeModule

getExecutableKey

public java.lang.String getExecutableKey()
Specified by:
getExecutableKey in class AbstractExecutableCapabilityTypeModule

getCapabilityUndefinedKey

public java.lang.String getCapabilityUndefinedKey()
Specified by:
getCapabilityUndefinedKey in class AbstractExecutableCapabilityTypeModule

getDefaultWindowPaths

public java.util.List<java.lang.String> getDefaultWindowPaths()
Specified by:
getDefaultWindowPaths in class AbstractExecutableCapabilityTypeModule

getExecutableFilename

public java.lang.String getExecutableFilename()
Specified by:
getExecutableFilename in class AbstractExecutableCapabilityTypeModule

getExecutableDescription

public java.lang.String getExecutableDescription()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.