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(com.xebialabs.deployit.plugin.api.reflect.Type type, boolean allowed)
  • Method Details

    • getDisplayGroup

      public static String getDisplayGroup(com.xebialabs.deployit.plugin.api.reflect.Type type)
    • getDisplayName

      public static String getDisplayName(com.xebialabs.deployit.plugin.api.reflect.Type type)
    • getSupportedInWorkflow

      public static boolean getSupportedInWorkflow(com.xebialabs.deployit.plugin.api.reflect.Type type)
    • getIconLocation

      public static String getIconLocation(com.xebialabs.deployit.plugin.api.reflect.Descriptor descriptor)
    • getDocumentationPage

      public static String getDocumentationPage(com.xebialabs.deployit.plugin.api.reflect.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()