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 earLevel,
boolean autoStart,
boolean precompile,
boolean reloading) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifacts() |
String |
getCell() |
String |
getClientKeyFile() |
String |
getClientKeyPassword() |
String |
getClientTrustFile() |
String |
getClientTrustPassword() |
String |
getConnectorType() |
WebSphereDeployerPlugin.DescriptorImpl |
getDescriptor() |
String |
getEarLevel() |
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, prebuild
getProjectAction, 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 earLevel, boolean autoStart, boolean precompile, boolean reloading)
public String getEarLevel()
public boolean isPrecompile()
public boolean isReloading()
public String getIpAddress()
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.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
public WebSphereDeployerPlugin.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Notifier
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2013-2014. All Rights Reserved.