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.ServiceName |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
String |
cloudSpace |
String |
credentialsId |
CloudFoundryPushPublisher.ManifestChoice |
manifestChoice |
String |
organization |
boolean |
resetIfExists |
boolean |
selfSigned |
String |
target |
| Constructor and Description |
|---|
CloudFoundryPushPublisher(String target,
String organization,
String cloudSpace,
String credentialsId,
boolean selfSigned,
boolean resetIfExists,
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 final String target
public final String organization
public final String cloudSpace
public final String credentialsId
public final boolean selfSigned
public final boolean resetIfExists
public final CloudFoundryPushPublisher.ManifestChoice manifestChoice
@DataBoundConstructor public CloudFoundryPushPublisher(String target, String organization, String cloudSpace, String credentialsId, boolean selfSigned, boolean resetIfExists, 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.