Enum Class DeliveryActivity

java.lang.Object
java.lang.Enum<DeliveryActivity>
com.xebialabs.xlrelease.delivery.activity.DeliveryActivity
All Implemented Interfaces:
com.xebialabs.xlrelease.activity.ActivityOps, Serializable, Comparable<DeliveryActivity>, Constable

public enum DeliveryActivity extends Enum<DeliveryActivity> implements com.xebialabs.xlrelease.activity.ActivityOps
  • Enum Constant Details

  • Method Details

    • values

      public static DeliveryActivity[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DeliveryActivity valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • create

      public com.xebialabs.xlrelease.domain.ActivityLogEntry create(Date eventTime, String username, com.xebialabs.deployit.plugin.api.reflect.Type targetType, String targetId, Object... parameters)
    • create

      public com.xebialabs.xlrelease.domain.ActivityLogEntry create(com.xebialabs.xlrelease.delivery.events.DeliveryEvent ev, com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem target, Object... parameters)
    • getName

      public String getName()
      Specified by:
      getName in interface com.xebialabs.xlrelease.activity.ActivityOps
    • getCategories

      public Set<com.xebialabs.xlrelease.domain.ActivityCategory> getCategories()
      Specified by:
      getCategories in interface com.xebialabs.xlrelease.activity.ActivityOps
    • safeValueOf

      public static DeliveryActivity safeValueOf(String name)