Class AbstractExecutableCapabilityTypeModule
java.lang.Object
com.atlassian.bamboo.v2.build.agent.capability.AbstractCapabilityType
com.atlassian.bamboo.v2.build.agent.capability.AbstractCapabilityTypeModule
com.atlassian.bamboo.v2.build.agent.capability.AbstractExecutableCapabilityTypeModule
- All Implemented Interfaces:
InitablePluginModule
,BambooPluginModule
,CapabilityDefaultsHelper
,CapabilityType
,CapabilityTypeModule
,com.atlassian.core.i18n.I18nTextProvider
,Comparable<CapabilityType>
- Direct Known Subclasses:
AbstractMultipleExecutableCapabilityTypeModule
,SshCapabilityTypeModule
public abstract class AbstractExecutableCapabilityTypeModule
extends AbstractCapabilityTypeModule
implements CapabilityDefaultsHelper, com.atlassian.core.i18n.I18nTextProvider
-
Field Summary
FieldsFields inherited from interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityDefaultsHelper
CAPABILITY_AGENT_ENVIRONMENT_PREFIX, CAPABILITY_BUILDER_PREFIX, CAPABILITY_BUILDER_TYPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull CapabilitySet
addDefaultCapabilities
(@NotNull CapabilitySet capabilitySet) Adds default Capabilities for this module.@NotNull Capability
getCapability
(@NotNull Map<String, String[]> params) Returns a new capability given the action params mapabstract String
abstract String
abstract String
@NotNull String
The display labelabstract String
static @Nullable String
getParamValue
(@NotNull Map<String, String[]> params, String field) protected com.opensymphony.xwork2.TextProvider
Deprecated.since 6.8 inject your ownvoid
setTextProvider
(com.opensymphony.xwork2.TextProvider textProvider) Deprecated.since 6.8 use constructor injection or annotation injectionValidate given an action params map.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, 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
getCapabilityTypeSpecificTaskConfigurationKey, getViewTypeAction
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
AGENT_CAPABILITY_TYPE_PREFIX
- See Also:
-
-
Constructor Details
-
AbstractExecutableCapabilityTypeModule
public AbstractExecutableCapabilityTypeModule()
-
-
Method Details
-
getMandatoryCapabilityKey
-
getExecutableKey
-
getCapabilityUndefinedKey
-
getDefaultWindowPaths
-
getExecutableFilename
-
getLabel
Description copied from interface:CapabilityType
The display label- Specified by:
getLabel
in interfaceCapabilityType
- Returns:
-
validate
Description copied from interface:CapabilityType
Validate given an action params map.- Specified by:
validate
in interfaceCapabilityType
- Returns:
- Map with errors. key = field name, value = error message
-
getParamValue
-
getCapability
Description copied from interface:CapabilityType
Returns a new capability given the action params map- Specified by:
getCapability
in interfaceCapabilityType
-
addDefaultCapabilities
@NotNull public @NotNull CapabilitySet addDefaultCapabilities(@NotNull @NotNull CapabilitySet capabilitySet) Description copied from interface:CapabilityDefaultsHelper
Adds default Capabilities for this module. Used during auto-detecting server capabilities.- Specified by:
addDefaultCapabilities
in interfaceCapabilityDefaultsHelper
- Parameters:
capabilitySet
- to add the capability to- Returns:
- the supplied capabilitySet with the new capabilities included if found, else the given capabilitySet
-
getTextProvider
Deprecated.since 6.8 inject your own -
getText
- Specified by:
getText
in interfacecom.atlassian.core.i18n.I18nTextProvider
-
getText
- Specified by:
getText
in interfacecom.atlassian.core.i18n.I18nTextProvider
-
getText
-
setTextProvider
Deprecated.since 6.8 use constructor injection or annotation injection
-