Class TaskDefinition

java.lang.Object
com.xebialabs.xlrelease.domain.TaskDefinition
Direct Known Subclasses:
TaskWithPropertiesDefinition

public class TaskDefinition extends Object
  • Field Details

    • XLRELEASE_GROUP_REPLACEMENT

      public static final String XLRELEASE_GROUP_REPLACEMENT
      See Also:
    • XLRELEASE_GROUP

      public static final String XLRELEASE_GROUP
      See Also:
    • XEBIALABS_GROUP

      public static final String XEBIALABS_GROUP
      See Also:
    • typeName

      protected String typeName
    • displayGroup

      protected String displayGroup
    • displayName

      protected String displayName
    • description

      protected String description
    • iconLocation

      protected String iconLocation
    • documentationPage

      protected String documentationPage
    • allowed

      protected boolean allowed
    • supportedInWorkflow

      protected boolean supportedInWorkflow
    • containerTask

      protected boolean containerTask
  • Constructor Details

    • TaskDefinition

      public TaskDefinition(Type type, boolean allowed)
  • Method Details

    • getDisplayGroup

      public static String getDisplayGroup(Type type)
    • getDisplayName

      public static String getDisplayName(Type type)
    • getSupportedInWorkflow

      public static boolean getSupportedInWorkflow(Type type)
    • getIconLocation

      public static String getIconLocation(Descriptor descriptor)
    • getDocumentationPage

      public static String getDocumentationPage(Descriptor descriptor)
    • getTypeName

      public String getTypeName()
    • getDisplayGroup

      public String getDisplayGroup()
    • getDisplayName

      public String getDisplayName()
    • getDescription

      public String getDescription()
    • getIconLocation

      public String getIconLocation()
    • getDocumentationPage

      public String getDocumentationPage()
    • isAllowed

      public boolean isAllowed()
    • isSupportedInWorkflow

      public boolean isSupportedInWorkflow()
    • isContainerTaskDefinition

      public boolean isContainerTaskDefinition()
    • getPrefix

      protected static String getPrefix(Type type)
    • isCore

      protected static boolean isCore(String prefix)