Package com.xebialabs.xlrelease.domain
Class TaskDefinition
- java.lang.Object
-
- com.xebialabs.xlrelease.domain.TaskDefinition
-
- Direct Known Subclasses:
TaskWithPropertiesDefinition
public class TaskDefinition extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringXEBIALABS_GROUPstatic java.lang.StringXLRELEASE_GROUPstatic java.lang.StringXLRELEASE_GROUP_REPLACEMENT
-
Constructor Summary
Constructors Constructor Description TaskDefinition(com.xebialabs.deployit.plugin.api.reflect.Type type, boolean allowed)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayGroup()static java.lang.StringgetDisplayGroup(com.xebialabs.deployit.plugin.api.reflect.Type type)java.lang.StringgetDisplayName()static java.lang.StringgetDisplayName(com.xebialabs.deployit.plugin.api.reflect.Type type)static booleangetSupportedInWorkflow(com.xebialabs.deployit.plugin.api.reflect.Type type)java.lang.StringgetTypeName()booleanisAllowed()booleanisSupportedInWorkflow()
-
-
-
Field Detail
-
XLRELEASE_GROUP_REPLACEMENT
public static final java.lang.String XLRELEASE_GROUP_REPLACEMENT
- See Also:
- Constant Field Values
-
XLRELEASE_GROUP
public static final java.lang.String XLRELEASE_GROUP
- See Also:
- Constant Field Values
-
XEBIALABS_GROUP
public static final java.lang.String XEBIALABS_GROUP
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDisplayGroup
public static java.lang.String getDisplayGroup(com.xebialabs.deployit.plugin.api.reflect.Type type)
-
getDisplayName
public static java.lang.String getDisplayName(com.xebialabs.deployit.plugin.api.reflect.Type type)
-
getSupportedInWorkflow
public static boolean getSupportedInWorkflow(com.xebialabs.deployit.plugin.api.reflect.Type type)
-
getTypeName
public java.lang.String getTypeName()
-
getDisplayGroup
public java.lang.String getDisplayGroup()
-
getDisplayName
public java.lang.String getDisplayName()
-
isAllowed
public boolean isAllowed()
-
isSupportedInWorkflow
public boolean isSupportedInWorkflow()
-
-