public class CloudFoundryPushPublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudFoundryPushPublisher.DescriptorImpl |
static class |
CloudFoundryPushPublisher.EnvironmentVariable |
static class |
CloudFoundryPushPublisher.OptionalManifest |
static class |
CloudFoundryPushPublisher.ServiceName |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
String |
cloudSpace |
CloudFoundryPushPublisher.OptionalManifest |
optionalManifest |
String |
organization |
String |
password |
boolean |
resetIfExists |
boolean |
selfSigned |
String |
target |
String |
username |
| Constructor and Description |
|---|
CloudFoundryPushPublisher(String target,
String organization,
String cloudSpace,
String username,
String password,
boolean selfSigned,
boolean resetIfExists,
CloudFoundryPushPublisher.OptionalManifest optionalManifest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppURI() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setAppURI(String appURI) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic final String target
public final String organization
public final String cloudSpace
public final String username
public final String password
public final boolean selfSigned
public final boolean resetIfExists
public final CloudFoundryPushPublisher.OptionalManifest optionalManifest
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 String getAppURI()
public void setAppURI(String appURI)
Copyright © 2004-2014. All Rights Reserved.