| Modifier and Type | Field and Description |
|---|---|
List<CloudFoundryPushPublisher.Service> |
CloudFoundryPushPublisher.servicesToCreate
Services to create before pushing.
|
List<CloudFoundryPushPublisher.Service> |
CloudFoundryPushBuilder.servicesToCreate
Services to create before pushing.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudFoundryPushPublisher.Service> |
CloudFoundryPushBuilder.getServicesToCreate() |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudFoundryPushBuilder.setServicesToCreate(List<CloudFoundryPushPublisher.Service> servicesToCreate) |
| Constructor and Description |
|---|
CloudFoundryPushPublisher(String target,
String organization,
String cloudSpace,
String credentialsId,
String selfSigned,
boolean resetIfExists,
String 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,
String selfSigned,
String pluginTimeout,
List<CloudFoundryPushPublisher.Service> servicesToCreate,
CloudFoundryPushPublisher.ManifestChoice manifestChoice) |
Copyright © 2016–2018. All rights reserved.