Package com.xebialabs.xlrelease.domain
Class ContainerTaskDefinition
- java.lang.Object
-
- com.xebialabs.xlrelease.domain.TaskDefinition
-
- com.xebialabs.xlrelease.domain.TaskWithPropertiesDefinition
-
- com.xebialabs.xlrelease.domain.ContainerTaskDefinition
-
public class ContainerTaskDefinition extends TaskWithPropertiesDefinition
-
-
Field Summary
-
Fields inherited from class com.xebialabs.xlrelease.domain.TaskDefinition
allowed, displayGroup, displayName, typeName, XEBIALABS_GROUP, XLRELEASE_GROUP, XLRELEASE_GROUP_REPLACEMENT
-
-
Constructor Summary
Constructors Constructor Description ContainerTaskDefinition(Type type)
ContainerTaskDefinition(Type type, boolean allowed)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isContainerTaskDefinition(Type type)
-
Methods inherited from class com.xebialabs.xlrelease.domain.TaskWithPropertiesDefinition
getInputProperties, getOutputProperties, getTransitionalAndOutputProperties, ofKind
-
Methods inherited from class com.xebialabs.xlrelease.domain.TaskDefinition
getDisplayGroup, getDisplayGroup, getDisplayName, getDisplayName, getPrefix, getTypeName, isAllowed, isCore
-
-