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
-
Field Summary
Fields inherited from class com.xebialabs.xlrelease.domain.TaskDefinition
XEBIALABS_GROUP, XLRELEASE_GROUP, XLRELEASE_GROUP_REPLACEMENT -
Constructor Summary
ConstructorsConstructorDescriptionPythonScriptDefinition(com.xebialabs.deployit.plugin.api.reflect.Type type) PythonScriptDefinition(com.xebialabs.deployit.plugin.api.reflect.Type type, boolean allowed) -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisScriptDefinition(com.xebialabs.deployit.plugin.api.reflect.Type type) Methods inherited from class com.xebialabs.xlrelease.domain.TaskWithPropertiesDefinition
getInputProperties, getOutputProperties, getTransitionalAndOutputProperties, ofKindMethods inherited from class com.xebialabs.xlrelease.domain.TaskDefinition
getDescription, getDisplayGroup, getDisplayGroup, getDisplayName, getDisplayName, getIconLocation, getIconLocation, getSupportedInWorkflow, getTypeName, isAllowed, isContainerTaskDefinition, isSupportedInWorkflow
-
Constructor Details
-
PythonScriptDefinition
public PythonScriptDefinition(com.xebialabs.deployit.plugin.api.reflect.Type type, boolean allowed) -
PythonScriptDefinition
public PythonScriptDefinition(com.xebialabs.deployit.plugin.api.reflect.Type type)
-
-
Method Details
-
isScriptDefinition
public static boolean isScriptDefinition(com.xebialabs.deployit.plugin.api.reflect.Type type)
-