Uses of Enum Class
com.dabsquared.gitlabjenkins.gitlab.hook.model.State
Packages that use State
Package
Description
-
Uses of State in com.dabsquared.gitlabjenkins.gitlab.api
Methods in com.dabsquared.gitlabjenkins.gitlab.api with parameters of type StateModifier and TypeMethodDescriptionGitLabClient.getMergeRequests
(String projectId, State state, int page, int perPage) -
Uses of State in com.dabsquared.gitlabjenkins.gitlab.api.model
Methods in com.dabsquared.gitlabjenkins.gitlab.api.model that return StateMethods in com.dabsquared.gitlabjenkins.gitlab.api.model with parameters of type State -
Uses of State in com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated
Fields in com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated declared as StateModifier and TypeFieldDescriptionprotected State
MergeRequestBuilder.value$state$com$dabsquared$gitlabjenkins$gitlab$hook$model$State
Methods in com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated with parameters of type StateModifier and TypeMethodDescriptionSets the default value for the state property. -
Uses of State in com.dabsquared.gitlabjenkins.gitlab.hook.model
Methods in com.dabsquared.gitlabjenkins.gitlab.hook.model that return StateModifier and TypeMethodDescriptionMergeRequestObjectAttributes.getState()
static State
Returns the enum constant of this class with the specified name.static State[]
State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dabsquared.gitlabjenkins.gitlab.hook.model with parameters of type State -
Uses of State in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated
Fields in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated declared as StateModifier and TypeFieldDescriptionprotected State
MergeRequestObjectAttributesBuilder.value$state$com$dabsquared$gitlabjenkins$gitlab$hook$model$State
Methods in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated with parameters of type StateModifier and TypeMethodDescriptionSets the default value for the state property. -
Uses of State in com.dabsquared.gitlabjenkins.trigger.handler.merge
Method parameters in com.dabsquared.gitlabjenkins.trigger.handler.merge with type arguments of type StateModifier and TypeMethodDescriptionTriggerConfigChain.acceptOnlyIf
(boolean condition, EnumSet<State> states, EnumSet<Action> actions) TriggerConfigChain.add
(Collection<State> states, Collection<Action> actions) TriggerConfigChain.rejectUnless
(boolean condition, EnumSet<State> states, EnumSet<Action> actions)