public class CloudFoundryPushTask extends Object
| Constructor and Description |
|---|
CloudFoundryPushTask(String target,
String organization,
String cloudSpace,
String credentialsId,
String selfSigned,
String pluginTimeout,
List<CloudFoundryPushPublisher.Service> servicesToCreate,
CloudFoundryPushPublisher.ManifestChoice manifestChoice) |
| Modifier and Type | Method and Description |
|---|---|
protected org.cloudfoundry.reactor.ConnectionContext |
createConnectionContext(hudson.model.Run run,
hudson.FilePath workspace,
hudson.model.TaskListener listener) |
boolean |
perform(hudson.FilePath workspace,
hudson.model.Run run,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
protected URL |
targetUrl(String tokenExpandedTarget) |
public CloudFoundryPushTask(String target, String organization, String cloudSpace, String credentialsId, String selfSigned, String pluginTimeout, List<CloudFoundryPushPublisher.Service> servicesToCreate, CloudFoundryPushPublisher.ManifestChoice manifestChoice)
public boolean perform(hudson.FilePath workspace,
hudson.model.Run run,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
protected URL targetUrl(String tokenExpandedTarget) throws MalformedURLException
MalformedURLExceptionprotected org.cloudfoundry.reactor.ConnectionContext createConnectionContext(hudson.model.Run run,
hudson.FilePath workspace,
hudson.model.TaskListener listener)
throws MalformedURLException,
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException,
IOException,
InterruptedException
MalformedURLExceptionorg.jenkinsci.plugins.tokenmacro.MacroEvaluationExceptionIOExceptionInterruptedExceptionCopyright © 2016–2018. All rights reserved.