Package com.xebialabs.xlrelease.domain
Class TaskDefinition
java.lang.Object
com.xebialabs.xlrelease.domain.TaskDefinition
- Direct Known Subclasses:
TaskWithPropertiesDefinition
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTaskDefinition(com.xebialabs.deployit.plugin.api.reflect.Type type, boolean allowed) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetDisplayGroup(com.xebialabs.deployit.plugin.api.reflect.Type type) static StringgetDisplayName(com.xebialabs.deployit.plugin.api.reflect.Type type) static StringgetDocumentationPage(com.xebialabs.deployit.plugin.api.reflect.Descriptor descriptor) static StringgetIconLocation(com.xebialabs.deployit.plugin.api.reflect.Descriptor descriptor) static booleangetSupportedInWorkflow(com.xebialabs.deployit.plugin.api.reflect.Type type) booleanbooleanboolean
-
Field Details
-
XLRELEASE_GROUP_REPLACEMENT
- See Also:
-
XLRELEASE_GROUP
- See Also:
-
XEBIALABS_GROUP
- See Also:
-
-
Constructor Details
-
TaskDefinition
public TaskDefinition(com.xebialabs.deployit.plugin.api.reflect.Type type, boolean allowed)
-
-
Method Details
-
getDisplayGroup
-
getDisplayName
-
getSupportedInWorkflow
public static boolean getSupportedInWorkflow(com.xebialabs.deployit.plugin.api.reflect.Type type) -
getIconLocation
public static String getIconLocation(com.xebialabs.deployit.plugin.api.reflect.Descriptor descriptor) -
getDocumentationPage
public static String getDocumentationPage(com.xebialabs.deployit.plugin.api.reflect.Descriptor descriptor) -
getTypeName
-
getDisplayGroup
-
getDisplayName
-
getDescription
-
getIconLocation
-
getDocumentationPage
-
isAllowed
public boolean isAllowed() -
isSupportedInWorkflow
public boolean isSupportedInWorkflow() -
isContainerTaskDefinition
public boolean isContainerTaskDefinition()
-