Package com.xebialabs.xlrelease.domain
Class PythonScriptDefinition
- java.lang.Object
-
- com.xebialabs.xlrelease.domain.TaskDefinition
-
- com.xebialabs.xlrelease.domain.TaskWithPropertiesDefinition
-
- com.xebialabs.xlrelease.domain.PythonScriptDefinition
-
public class PythonScriptDefinition 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 PythonScriptDefinition(Type type)
PythonScriptDefinition(Type type, boolean allowed)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isScriptDefinition(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
-
-