Package | Description |
---|---|
org.jenkinsci.plugins.p4.review | |
org.jenkinsci.plugins.p4.tasks |
Modifier and Type | Method and Description |
---|---|
CheckoutStatus |
P4Review.getStatus() |
Constructor and Description |
---|
P4Review(String id,
CheckoutStatus status) |
Modifier and Type | Method and Description |
---|---|
CheckoutStatus |
CheckoutTask.getStatus() |
static CheckoutStatus |
CheckoutStatus.parse(String status)
Parse a string (case insensitive) for matching enum.
|
static CheckoutStatus |
CheckoutStatus.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.
|
Copyright © 2016–2022. All rights reserved.