| 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 |
|---|---|
static List<org.cloudfoundry.operations.applications.ApplicationManifest> |
ManifestUtils.loadManifests(hudson.FilePath filesPath,
CloudFoundryPushPublisher.ManifestChoice manifestChoice,
boolean isOnSlave,
hudson.model.Run run,
hudson.FilePath workspace,
hudson.model.TaskListener taskListener) |
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) |
Copyright © 2016–2018. All rights reserved.