Package | Description |
---|---|
org.jenkinsci.plugins.p4 |
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 © 2004-2014. All Rights Reserved.