Uses of Class
org.jenkinsci.plugins.p4.review.ApproveState
-
Packages that use ApproveState Package Description org.jenkinsci.plugins.p4.review org.jenkinsci.plugins.p4.swarmAPI -
-
Uses of ApproveState in org.jenkinsci.plugins.p4.review
Methods in org.jenkinsci.plugins.p4.review that return ApproveState Modifier and Type Method Description static ApproveStateApproveState. parse(String value)static ApproveStateApproveState. valueOf(String name)Returns the enum constant of this type with the specified name.static ApproveState[]ApproveState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ApproveState in org.jenkinsci.plugins.p4.swarmAPI
Methods in org.jenkinsci.plugins.p4.swarmAPI with parameters of type ApproveState Modifier and Type Method Description booleanSwarmHelper. approveReview(String id, ApproveState state, String description)
-