public class RPDDeployInstance
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
RPDDeployInstance.DeployStepDescriptor |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
RPDPluginConfiguration |
config |
| Constructor and Description |
|---|
RPDDeployInstance(String instanceName,
String pack,
String environment,
String route,
String customProfile,
Boolean useCustomProfile) |
| Modifier and Type | Method and Description |
|---|---|
RpdServerImpl |
getCurrentProfile() |
String |
getCustomProfile() |
String |
getEnvironment() |
String |
getInstanceName() |
String |
getPack() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getRoute() |
Boolean |
isUseCustomProfile() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic RPDPluginConfiguration config
public String getInstanceName()
public String getPack()
public String getEnvironment()
public String getRoute()
public String getCustomProfile()
public Boolean isUseCustomProfile()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public RpdServerImpl getCurrentProfile()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2016. All rights reserved.