Class Maven1CapabilityDefaultsHelper
- java.lang.Object
-
- com.atlassian.bamboo.v2.build.agent.capability.AbstractFileCapabilityDefaultsHelper
-
- com.atlassian.bamboo.v2.build.agent.capability.AbstractHomeDirectoryCapabilityDefaultsHelper
-
- com.atlassian.bamboo.plugins.maven.task.Maven1CapabilityDefaultsHelper
-
- All Implemented Interfaces:
BambooPluginModule
,CapabilityDefaultsHelper
public class Maven1CapabilityDefaultsHelper extends AbstractHomeDirectoryCapabilityDefaultsHelper
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityDefaultsHelper
CAPABILITY_AGENT_ENVIRONMENT_PREFIX, CAPABILITY_BUILDER_PREFIX, CAPABILITY_BUILDER_TYPE
-
-
Constructor Summary
Constructors Constructor Description Maven1CapabilityDefaultsHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull String
getCapabilityKey()
protected @Nullable String
getEnvHome()
protected @NotNull String
getExecutableName()
protected @NotNull String
getPosixHome()
-
Methods inherited from class com.atlassian.bamboo.v2.build.agent.capability.AbstractHomeDirectoryCapabilityDefaultsHelper
createCapability
-
Methods inherited from class com.atlassian.bamboo.v2.build.agent.capability.AbstractFileCapabilityDefaultsHelper
addDefaultCapabilities, getPosixHomes, getValidityPredicate
-
-
-
-
Method Detail
-
getExecutableName
@NotNull protected @NotNull String getExecutableName()
- Specified by:
getExecutableName
in classAbstractFileCapabilityDefaultsHelper
-
getEnvHome
@Nullable protected @Nullable String getEnvHome()
- Overrides:
getEnvHome
in classAbstractFileCapabilityDefaultsHelper
-
getPosixHome
@NotNull protected @NotNull String getPosixHome()
- Overrides:
getPosixHome
in classAbstractFileCapabilityDefaultsHelper
-
getCapabilityKey
@NotNull protected @NotNull String getCapabilityKey()
- Specified by:
getCapabilityKey
in classAbstractFileCapabilityDefaultsHelper
-
-