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 installPath,
WebSphereSecurity security,
String artifacts,
String earLevel,
String deploymentTimeout,
String operations,
String context,
String targets,
String applicationName,
String virtualHost,
String sharedLibName,
String edition,
boolean fullSynchronization,
boolean precompile,
boolean reloading,
boolean jspReloading,
boolean verbose,
boolean distribute,
boolean rollback,
boolean unstableDeploy,
String classLoaderPolicy,
String classLoaderOrder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
String |
getArtifacts() |
String |
getClassLoaderOrder() |
String |
getClassLoaderPolicy() |
String |
getConnectorType() |
String |
getContext() |
String |
getDeploymentTimeout() |
WebSphereDeployerPlugin.DescriptorImpl |
getDescriptor() |
String |
getEarLevel() |
String |
getEdition() |
String |
getInstallPath() |
String |
getIpAddress() |
String |
getOperations() |
String |
getPort() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
WebSphereSecurity |
getSecurity() |
String |
getSharedLibName() |
String |
getTargets() |
String |
getVirtualHost() |
boolean |
isDistribute() |
boolean |
isFullSynchronization() |
boolean |
isJspReloading() |
boolean |
isPrecompile() |
boolean |
isReloading() |
boolean |
isRollback() |
boolean |
isUnstableDeploy() |
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 installPath, WebSphereSecurity security, String artifacts, String earLevel, String deploymentTimeout, String operations, String context, String targets, String applicationName, String virtualHost, String sharedLibName, String edition, boolean fullSynchronization, boolean precompile, boolean reloading, boolean jspReloading, boolean verbose, boolean distribute, boolean rollback, boolean unstableDeploy, String classLoaderPolicy, String classLoaderOrder)
public String getEdition()
public String getClassLoaderOrder()
public String getApplicationName()
public String getClassLoaderPolicy()
public String getTargets()
public String getEarLevel()
public WebSphereSecurity getSecurity()
public boolean isDistribute()
public boolean isFullSynchronization()
public boolean isPrecompile()
public boolean isReloading()
public boolean isJspReloading()
public boolean isVerbose()
public boolean isRollback()
public boolean isUnstableDeploy()
public String getIpAddress()
public String getContext()
public String getInstallPath()
public String getConnectorType()
public String getPort()
public String getArtifacts()
public String getOperations()
public String getDeploymentTimeout()
public String getVirtualHost()
public String getSharedLibName()
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–2018. All rights reserved.