Uses of Enum Class
com.dabsquared.gitlabjenkins.cause.CauseData.ActionType
Packages that use CauseData.ActionType
-
Uses of CauseData.ActionType in com.dabsquared.gitlabjenkins.cause
Fields in com.dabsquared.gitlabjenkins.cause declared as CauseData.ActionTypeMethods in com.dabsquared.gitlabjenkins.cause that return CauseData.ActionTypeModifier and TypeMethodDescriptionCauseData.getActionType()
static CauseData.ActionType
Returns the enum constant of this class with the specified name.static CauseData.ActionType[]
CauseData.ActionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dabsquared.gitlabjenkins.cause with parameters of type CauseData.ActionTypeModifier and TypeMethodDescriptionCauseDataBuilder.withActionType
(CauseData.ActionType value) Sets the default value for the actionType property.