Package | Description |
---|---|
hudson.plugins.clearcase |
Modifier and Type | Method and Description |
---|---|
static UpdtEntry.State |
UpdtEntry.State.defaultLevel() |
static UpdtEntry.State |
UpdtEntry.State.fromString(String str) |
UpdtEntry.State |
UpdtEntry.getState() |
static UpdtEntry.State |
UpdtEntry.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdtEntry.State[] |
UpdtEntry.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdtEntry.setState(UpdtEntry.State state) |
Constructor and Description |
---|
UpdtEntry(UpdtEntry.State state,
String fileName,
String oldVersion,
String newVersion) |
Copyright © 2004-2021. All Rights Reserved.