public class CloudFoundryPushPublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudFoundryPushPublisher.DescriptorImpl |
static class |
CloudFoundryPushPublisher.EnvironmentVariable |
static class |
CloudFoundryPushPublisher.ManifestChoice
This class contains the choice of using either a manifest file or the optional Jenkins configuration.
|
static class |
CloudFoundryPushPublisher.Service |
static class |
CloudFoundryPushPublisher.ServiceName |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
String |
cloudSpace |
String |
credentialsId |
CloudFoundryPushPublisher.ManifestChoice |
manifestChoice |
String |
organization |
int |
pluginTimeout |
boolean |
resetIfExists |
boolean |
selfSigned |
List<CloudFoundryPushPublisher.Service> |
servicesToCreate |
String |
target |
| Constructor and Description |
|---|
CloudFoundryPushPublisher(String target,
String organization,
String cloudSpace,
String credentialsId,
boolean selfSigned,
boolean resetIfExists,
int pluginTimeout,
List<CloudFoundryPushPublisher.Service> servicesToCreate,
CloudFoundryPushPublisher.ManifestChoice manifestChoice)
The constructor is databound from the Jenkins config page, which is defined in config.jelly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToAppURIs(String appURI) |
List<String> |
getAppURIs() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
This is the main method, which gets called when the plugin must run as part of a build.
|
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic String target
public String organization
public String cloudSpace
public String credentialsId
public boolean selfSigned
public boolean resetIfExists
public int pluginTimeout
public List<CloudFoundryPushPublisher.Service> servicesToCreate
public CloudFoundryPushPublisher.ManifestChoice manifestChoice
@DataBoundConstructor public CloudFoundryPushPublisher(String target, String organization, String cloudSpace, String credentialsId, boolean selfSigned, boolean resetIfExists, int pluginTimeout, List<CloudFoundryPushPublisher.Service> servicesToCreate, CloudFoundryPushPublisher.ManifestChoice manifestChoice)
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 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public void addToAppURIs(String appURI)
Copyright © 2004-2015. All Rights Reserved.