@ExportedBean(defaultVisibility=999) public class WatchingWeblogicDeploymentAction extends Object implements hudson.model.Action, Serializable
| Modifier and Type | Field and Description |
|---|---|
List<DeploymentTaskResult> |
results |
| Constructor and Description |
|---|
WatchingWeblogicDeploymentAction() |
WatchingWeblogicDeploymentAction(List<DeploymentTaskResult> results,
hudson.model.AbstractBuild<?,?> b) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.AbstractBuild<?,?> |
getBuild() |
String |
getDisplayName() |
String |
getIconFileName() |
List<DeploymentTaskResult> |
getResults() |
String |
getUrlName() |
@Exported(name="results") public List<DeploymentTaskResult> results
public WatchingWeblogicDeploymentAction()
public WatchingWeblogicDeploymentAction(List<DeploymentTaskResult> results, hudson.model.AbstractBuild<?,?> b)
results - the results of deployment tasksb - public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic List<DeploymentTaskResult> getResults()
public hudson.model.AbstractBuild<?,?> getBuild()
Copyright © 2016–2017. All rights reserved.