Uses of Class
org.jenkinsci.plugins.p4.tasks.CheckoutStatus
-
Packages that use CheckoutStatus Package Description org.jenkinsci.plugins.p4.review org.jenkinsci.plugins.p4.tasks -
-
Uses of CheckoutStatus in org.jenkinsci.plugins.p4.review
Methods in org.jenkinsci.plugins.p4.review that return CheckoutStatus Modifier and Type Method Description CheckoutStatusP4Review. getStatus()Constructors in org.jenkinsci.plugins.p4.review with parameters of type CheckoutStatus Constructor Description P4Review(String id, CheckoutStatus status) -
Uses of CheckoutStatus in org.jenkinsci.plugins.p4.tasks
Methods in org.jenkinsci.plugins.p4.tasks that return CheckoutStatus Modifier and Type Method Description CheckoutStatusCheckoutTask. getStatus()static CheckoutStatusCheckoutStatus. parse(String status)Parse a string (case insensitive) for matching enum.static CheckoutStatusCheckoutStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckoutStatus[]CheckoutStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-