org.jenkinsci.plugins.deploy.weblogic
Class WatchingWeblogicDeploymentLogsAction

java.lang.Object
  extended by org.jenkinsci.plugins.deploy.weblogic.WatchingWeblogicDeploymentLogsAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, Serializable

@ExportedBean(defaultVisibility=999)
public class WatchingWeblogicDeploymentLogsAction
extends Object
implements hudson.model.Action, Serializable

Author:
rchaumie
See Also:
Serialized Form

Field Summary
 WebLogicDeploymentStatus deploymentActionStatus
           
 WeblogicEnvironment target
           
 
Constructor Summary
WatchingWeblogicDeploymentLogsAction()
           
WatchingWeblogicDeploymentLogsAction(WebLogicDeploymentStatus deploymentActionStatus, hudson.model.AbstractBuild<?,?> b, WeblogicEnvironment target)
           
 
Method Summary
 hudson.model.AbstractBuild<?,?> getBuild()
           
 WebLogicDeploymentStatus getDeploymentActionStatus()
           
 String getDisplayName()
           
 String getIconFileName()
           
 WeblogicEnvironment getTarget()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deploymentActionStatus

@Exported(name="status")
public WebLogicDeploymentStatus deploymentActionStatus

target

@Exported(name="target")
public WeblogicEnvironment target
Constructor Detail

WatchingWeblogicDeploymentLogsAction

public WatchingWeblogicDeploymentLogsAction()

WatchingWeblogicDeploymentLogsAction

public WatchingWeblogicDeploymentLogsAction(WebLogicDeploymentStatus deploymentActionStatus,
                                            hudson.model.AbstractBuild<?,?> b,
                                            WeblogicEnvironment target)
Parameters:
deploymentActionStatus -
b -
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getDeploymentActionStatus

public WebLogicDeploymentStatus getDeploymentActionStatus()
Returns:

getBuild

public hudson.model.AbstractBuild<?,?> getBuild()
Returns:

getTarget

public WeblogicEnvironment getTarget()
Returns:
the target


Copyright © 2004-2013. All Rights Reserved.