com.atlassian.bamboo.plugins.maven.task
Class Maven1CapabilityDefaultsHelper

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.capability.AbstractFileCapabilityDefaultsHelper
      extended by com.atlassian.bamboo.v2.build.agent.capability.AbstractHomeDirectoryCapabilityDefaultsHelper
          extended by 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_BUILDER_PREFIX, CAPABILITY_BUILDER_TYPE
 
Constructor Summary
Maven1CapabilityDefaultsHelper()
           
 
Method Summary
protected  java.lang.String getCapabilityKey()
           
protected  java.lang.String getEnvHome()
           
protected  java.lang.String getExecutableName()
           
protected  java.lang.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, getValidityPredicate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Maven1CapabilityDefaultsHelper

public Maven1CapabilityDefaultsHelper()
Method Detail

getExecutableName

@NotNull
protected java.lang.String getExecutableName()
Specified by:
getExecutableName in class AbstractFileCapabilityDefaultsHelper

getEnvHome

@Nullable
protected java.lang.String getEnvHome()
Overrides:
getEnvHome in class AbstractFileCapabilityDefaultsHelper

getPosixHome

@NotNull
protected java.lang.String getPosixHome()
Overrides:
getPosixHome in class AbstractFileCapabilityDefaultsHelper

getCapabilityKey

@NotNull
protected java.lang.String getCapabilityKey()
Specified by:
getCapabilityKey in class AbstractFileCapabilityDefaultsHelper


Copyright © 2011 Atlassian. All Rights Reserved.