| Package | Description |
|---|---|
| org.jenkinsci.plugins.veracodescanner.model.buildinfo |
| Modifier and Type | Field and Description |
|---|---|
protected LifecycleStageType |
BuildType.lifecycleStage |
| Modifier and Type | Method and Description |
|---|---|
static LifecycleStageType |
LifecycleStageType.fromValue(String v) |
LifecycleStageType |
BuildType.getLifecycleStage()
Gets the value of the lifecycleStage property.
|
static LifecycleStageType |
LifecycleStageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleStageType[] |
LifecycleStageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildType.setLifecycleStage(LifecycleStageType value)
Sets the value of the lifecycleStage property.
|
Copyright © 2004-2013. All Rights Reserved.