public class WebSphereDeployerPlugin
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
WebSphereDeployerPlugin.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
WebSphereDeployerPlugin(String ipAddress,
String connectorType,
String port,
String username,
String password,
String clientKeyFile,
String clientTrustFile,
String artifacts,
String node,
String cell,
String server,
String clientKeyPassword,
String clientTrustPassword,
String appName,
boolean autoStart,
boolean precompile,
boolean reloading) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppName() |
String |
getArtifacts() |
String |
getCell() |
String |
getClientKeyFile() |
String |
getClientKeyPassword() |
String |
getClientTrustFile() |
String |
getClientTrustPassword() |
String |
getConnectorType() |
WebSphereDeployerPlugin.DescriptorImpl |
getDescriptor() |
String |
getIpAddress() |
String |
getNode() |
String |
getPassword() |
String |
getPort() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getServer() |
String |
getUsername() |
boolean |
isAutoStart() |
boolean |
isPrecompile() |
boolean |
isReloading() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor public WebSphereDeployerPlugin(String ipAddress, String connectorType, String port, String username, String password, String clientKeyFile, String clientTrustFile, String artifacts, String node, String cell, String server, String clientKeyPassword, String clientTrustPassword, String appName, boolean autoStart, boolean precompile, boolean reloading)
public boolean isPrecompile()
public boolean isReloading()
public String getIpAddress()
public String getAppName()
public String getConnectorType()
public String getPort()
public String getUsername()
public String getPassword()
public String getClientKeyPassword()
public String getClientTrustPassword()
public String getClientKeyFile()
public String getClientTrustFile()
public String getNode()
public String getServer()
public String getCell()
public String getArtifacts()
public boolean isAutoStart()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic WebSphereDeployerPlugin.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Notifierpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2013. All Rights Reserved.