Uses of Class
com.gitee.jenkins.cause.CauseData.ActionType
-
Packages that use CauseData.ActionType Package Description com.gitee.jenkins.cause -
-
Uses of CauseData.ActionType in com.gitee.jenkins.cause
Fields in com.gitee.jenkins.cause declared as CauseData.ActionType Modifier and Type Field Description protected CauseData.ActionType
CauseDataBuilder. value$actionType$com$gitee$jenkins$cause$CauseData$ActionType
Methods in com.gitee.jenkins.cause that return CauseData.ActionType Modifier and Type Method Description CauseData.ActionType
CauseData. getActionType()
static CauseData.ActionType
CauseData.ActionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CauseData.ActionType[]
CauseData.ActionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gitee.jenkins.cause with parameters of type CauseData.ActionType Modifier and Type Method Description CauseDataBuilder
CauseDataBuilder. withActionType(CauseData.ActionType value)
Sets the default value for the actionType property.
-