| Modifier and Type | Field and Description |
|---|---|
CloudFoundryPushPublisher.ManifestChoice |
CloudFoundryPushPublisher.manifestChoice
Manifest to use.
|
CloudFoundryPushPublisher.ManifestChoice |
CloudFoundryPushBuilder.manifestChoice
Manifest to use.
|
| Modifier and Type | Method and Description |
|---|---|
static CloudFoundryPushPublisher.ManifestChoice |
CloudFoundryPushPublisher.ManifestChoice.defaultManifestFileConfig()
Constructs a ManifestChoice with the default settings for using a manifest file.
|
CloudFoundryPushPublisher.ManifestChoice |
CloudFoundryPushBuilder.getManifestChoice() |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudFoundryPushBuilder.setManifestChoice(CloudFoundryPushPublisher.ManifestChoice manifestChoice) |
| 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.
|
CloudFoundryPushTask(String target,
String organization,
String cloudSpace,
String credentialsId,
boolean selfSigned,
int pluginTimeout,
List<CloudFoundryPushPublisher.Service> servicesToCreate,
CloudFoundryPushPublisher.ManifestChoice manifestChoice) |
DeploymentInfo(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener,
PrintStream logger,
CloudFoundryPushPublisher.ManifestChoice optionalJenkinsConfig,
String jenkinsBuildName,
String defaultDomain)
Constructor for reading the optional Jenkins config.
|
DeploymentInfo(PrintStream logger,
CloudFoundryPushPublisher.ManifestChoice optionalJenkinsConfig,
String jenkinsBuildName,
String defaultDomain)
Constructor for reading the optional Jenkins config.
|
Copyright © 2016–2017. All rights reserved.