|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.task.TaskExecutableTypeImpl
public class TaskExecutableTypeImpl
Constructor Summary | |
---|---|
TaskExecutableTypeImpl(org.dom4j.Attribute key,
org.dom4j.Attribute nameKey,
org.dom4j.Attribute pathHelpKey,
org.dom4j.Attribute primaryCapabilityProvider)
|
Method Summary | |
---|---|
java.lang.String |
getExecutableKey()
The short "key" of the executable for when the TaskType is addressed through UIConfigBean#getBuilderLabels
This is usually the component of the TaskType Capability key between CapabilityDefaultsHelper.CAPABILITY_BUILDER_PREFIX and the label. |
java.lang.String |
getI18nExecutableNameKey()
An i18n key of the name of the TaskType in the Executable list
eg "Maven 2" or "Amazon Beanstalk Deployer" |
java.lang.String |
getI18nPathHelpKey()
An i18n key to show a hint when the user is configuring the Executable path for this TaskType
eg "Please enter the M2_HOME value as your path. |
boolean |
isPrimaryCapabilityProvider()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskExecutableTypeImpl(@NotNull org.dom4j.Attribute key, @Nullable org.dom4j.Attribute nameKey, @Nullable org.dom4j.Attribute pathHelpKey, @Nullable org.dom4j.Attribute primaryCapabilityProvider)
Method Detail |
---|
@NotNull public java.lang.String getExecutableKey()
TaskExecutableType
TaskType
is addressed through UIConfigBean#getBuilderLabels
TaskType
Capability
key between CapabilityDefaultsHelper.CAPABILITY_BUILDER_PREFIX
and the label.
For example the key would "myExe" in "system.builder.myExe.My+Label"
getExecutableKey
in interface TaskExecutableType
public java.lang.String getI18nExecutableNameKey()
TaskExecutableType
TaskType
in the Executable list
getI18nExecutableNameKey
in interface TaskExecutableType
public java.lang.String getI18nPathHelpKey()
TaskExecutableType
TaskType
getI18nPathHelpKey
in interface TaskExecutableType
public boolean isPrimaryCapabilityProvider()
isPrimaryCapabilityProvider
in interface TaskExecutableType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |