Enum Class 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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.xlrelease.domain.ActivityLogEntrycreate(com.xebialabs.xlrelease.delivery.events.DeliveryEvent ev, com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem target, Object... parameters) com.xebialabs.xlrelease.domain.ActivityLogEntrycreate(Date eventTime, String username, com.xebialabs.deployit.plugin.api.reflect.Type targetType, String targetId, Object... parameters) Set<com.xebialabs.xlrelease.domain.ActivityCategory> getName()static DeliveryActivitysafeValueOf(String name) static DeliveryActivityReturns the enum constant of this class with the specified name.static DeliveryActivity[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface com.xebialabs.xlrelease.activity.ActivityOps
create, format, formatParameters
-
Enum Constant Details
-
PATTERN_CREATED
-
PATTERN_UPDATED
-
PATTERN_CREATED_FROM_AS_CODE
-
PATTERN_UPDATED_FROM_AS_CODE
-
PATTERN_DELETED
-
DELIVERY_CREATED
-
DELIVERY_UPDATED
-
DELIVERY_DELETED
-
DELIVERY_COMPLETED
-
STAGE_CREATED
-
STAGE_UPDATED
-
STAGE_REMOVED
-
STAGE_REOPENED
-
STAGE_STARTED
-
STAGE_COMPLETED
-
ITEM_CREATED
-
ITEM_RENAMED
-
ITEM_REMOVED
-
ITEM_DESCOPED
-
ITEM_RESCOPED
-
ITEM_AVAILABLE
-
ITEM_COMPLETED
-
ITEM_COMPLETED_MANUALLY
-
ITEM_SKIPPED
-
ITEM_RESET
-
ITEM_RESET_MANUALLY
-
ITEM_TRANSITION_APPROVED
-
TRANSITION_CREATED
-
TRANSITION_UPDATED
-
TRANSITION_REMOVED
-
TRANSITION_EXECUTED_MANUALLY
-
TRANSITION_EXECUTED_AUTOMATICALLY
-
CONDITION_SATISFIED
-
CONDITION_UPDATED
-
OTHER
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
create
-
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
- Specified by:
getNamein interfacecom.xebialabs.xlrelease.activity.ActivityOps
-
getCategories
- Specified by:
getCategoriesin interfacecom.xebialabs.xlrelease.activity.ActivityOps
-
safeValueOf
-