Package com.xebialabs.xlrelease.domain
Enum Class TriggerActivity
- All Implemented Interfaces:
com.xebialabs.xlrelease.activity.ActivityOps,Serializable,Comparable<TriggerActivity>,Constable
public enum TriggerActivity
extends Enum<TriggerActivity>
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 Constants -
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.xlrelease.domain.ActivityLogEntrycreate(com.xebialabs.xlrelease.triggers.events.TriggerEvent 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 TriggerActivitysafeValueOf(String name) static TriggerActivityReturns the enum constant of this class with the specified name.static TriggerActivity[]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
-
TRIGGER_CREATED
-
TRIGGER_PROPERTY_UPDATED
-
TRIGGER_CREATED_FROM_AS_CODE
-
TRIGGER_PROPERTY_UPDATED_FROM_AS_CODE
-
TRIGGER_DELETED
-
TRIGGER_ENABLED
-
TRIGGER_DISABLED
-
TRIGGER_AUTO_DISABLED
-
TRIGGER_EXECUTED
-
TRIGGER_SKIPPED
-
TRIGGER_FAILED
-
TRIGGER_FILTER_FAILED
-
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.triggers.events.TriggerEvent 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
-