Package com.perforce.p4java.admin
Enum Class ITriggerEntry.TriggerType
- All Implemented Interfaces:
Serializable,Comparable<ITriggerEntry.TriggerType>,Constable
- Enclosing interface:
- ITriggerEntry
-
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 TypeMethodDescriptionstatic ITriggerEntry.TriggerTypefromString(String triggerType) Return a suitable Trigger type as inferred from the passed-in string, which is assumed to be the string form of a Depot type.toString()static ITriggerEntry.TriggerTypeReturns the enum constant of this class with the specified name.static ITriggerEntry.TriggerType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ARCHIVE
-
AUTH_CHECK
-
AUTH_CHECK_2FA
-
AUTH_CHECK_SSO
-
AUTH_INIT_2FA
-
AUTH_INVALIDATE
-
AUTH_PRE_2FA
-
AUTH_PRE_SSO
-
AUTH_SET
-
BGTASK
-
CHANGE_COMMIT
-
CHANGE_CONTENT
-
CHANGE_FAILED
-
CHANGE_SUBMIT
-
COMMAND
-
EDGE_CONTENT
-
EDGE_SUBMIT
-
EXTENSION_RUN
-
FAILED_OVER
-
FIX_ADD
-
FIX_DELETE
-
FORM_COMMIT
-
FORM_DELETE
-
FORM_IN
-
FORM_OUT
-
FORM_SAVE
-
GLOBAL_EXTCFG
-
GRAPH_FORK_REPO
-
GRAPH_LFS_PUSH
-
GRAPH_PUSH_COMPLETE
-
GRAPH_PUSH_REFERENCE
-
GRAPH_PUSH_REFERENCE_COMPLETE
-
GRAPH_PUSH_START
-
HEARTBEAT_DEAD
-
HEARTBEAT_MISSING
-
HEARTBEAT_RESUMED
-
JOURNAL_ROTATE
-
JOURNAL_ROTATE_LOCK
-
PULL_ARCHIVE
-
PUSH_COMMIT
-
PUSH_CONTENT
-
PUSH_SUBMIT
-
SERVICE_CHECK
-
SHELVE_COMMIT
-
SHELVE_DELETE
-
SHELVE_SUBMIT
-
-
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
-
fromString
Return a suitable Trigger type as inferred from the passed-in string, which is assumed to be the string form of a Depot type. Otherwise return the null.- Parameters:
triggerType- triggerType- Returns:
- TriggerType
-
toString
- Overrides:
toStringin classEnum<ITriggerEntry.TriggerType>
-