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 cluster,
String clientKeyPassword,
String clientTrustPassword,
String earLevel,
String deploymentTimeout,
String operations,
boolean precompile,
boolean reloading,
boolean verbose,
String classLoaderPolicy) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifacts() |
String |
getCell() |
String |
getClassLoaderPolicy() |
String |
getClientKeyFile() |
String |
getClientKeyPassword() |
String |
getClientTrustFile() |
String |
getClientTrustPassword() |
String |
getCluster() |
String |
getConnectorType() |
String |
getDeploymentTimeout() |
WebSphereDeployerPlugin.DescriptorImpl |
getDescriptor() |
String |
getEarLevel() |
String |
getIpAddress() |
String |
getNode() |
String |
getOperations() |
String |
getPassword() |
String |
getPort() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getServer() |
String |
getUsername() |
boolean |
isPrecompile() |
boolean |
isReloading() |
boolean |
isVerbose() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, 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 cluster, String clientKeyPassword, String clientTrustPassword, String earLevel, String deploymentTimeout, String operations, boolean precompile, boolean reloading, boolean verbose, String classLoaderPolicy)
public String getEarLevel()
public boolean isPrecompile()
public boolean isReloading()
public boolean isVerbose()
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 getCluster()
public String getCell()
public String getArtifacts()
public String getOperations()
public String getDeploymentTimeout()
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()
public String getClassLoaderPolicy()
Copyright © 2013-2015. All Rights Reserved.