Uses of Enum Class
com.gitee.jenkins.cause.CauseData.ActionType
Packages that use CauseData.ActionType
-
Uses of CauseData.ActionType in com.gitee.jenkins.cause
Fields in com.gitee.jenkins.cause declared as CauseData.ActionTypeModifier and TypeFieldDescriptionprotected CauseData.ActionType
CauseDataBuilder.value$actionType$com$gitee$jenkins$cause$CauseData$ActionType
Methods in com.gitee.jenkins.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.gitee.jenkins.cause with parameters of type CauseData.ActionTypeModifier and TypeMethodDescriptionCauseDataBuilder.withActionType
(CauseData.ActionType value) Sets the default value for the actionType property.