| Package | Description |
|---|---|
| org.jenkinsci.plugins.deploy.weblogic.data |
| Modifier and Type | Method and Description |
|---|---|
WebLogicPreRequisteStatus |
DeploymentTaskResult.getCheck() |
static WebLogicPreRequisteStatus |
WebLogicPreRequisteStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebLogicPreRequisteStatus[] |
WebLogicPreRequisteStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentTaskResult.setCheck(WebLogicPreRequisteStatus check) |
| Constructor and Description |
|---|
DeploymentTaskResult(WebLogicPreRequisteStatus check,
WebLogicDeploymentStatus status,
DeploymentTask task,
String resourceName) |
Copyright © 2016–2017. All rights reserved.