Class TaskDefinition

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

public class TaskDefinition extends Object
  • Field Details

  • 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)
    • getTypeName

      public String getTypeName()
    • getDisplayGroup

      public String getDisplayGroup()
    • getDisplayName

      public String getDisplayName()
    • isAllowed

      public boolean isAllowed()
    • getPrefix

      protected static String getPrefix(Type type)
    • isCore

      protected static boolean isCore(String prefix)