public class LibertyDeployerPlugin
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
LibertyDeployerPlugin.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
LibertyDeployerPlugin(String ipAddress,
String port,
String username,
String consolePassword,
String clientTrustFile,
String clientTrustPassword,
String artifacts) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifacts() |
String |
getClientTrustFile() |
String |
getClientTrustPassword() |
String |
getConsolePassword() |
LibertyDeployerPlugin.DescriptorImpl |
getDescriptor() |
String |
getIpAddress() |
String |
getPort() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getUsername() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic String getIpAddress()
public String getPort()
public String getUsername()
public String getConsolePassword()
public String getClientTrustFile()
public String getClientTrustPassword()
public String getArtifacts()
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 LibertyDeployerPlugin.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.