| Package | Description |
|---|---|
| org.jenkinsci.plugins.deploy.weblogic.data |
| Modifier and Type | Method and Description |
|---|---|
WebLogicDeploymentStatus |
DeploymentTaskResult.getStatus() |
static WebLogicDeploymentStatus |
WebLogicDeploymentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebLogicDeploymentStatus[] |
WebLogicDeploymentStatus.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.setStatus(WebLogicDeploymentStatus status) |
| Constructor and Description |
|---|
DeploymentTaskResult(WebLogicPreRequisteStatus check,
WebLogicDeploymentStatus status,
DeploymentTask task,
String resourceName) |
Copyright © 2016–2017. All rights reserved.