@RequiresDomain(value=GCloudScopeRequirement.class) public class GCloudBuildWrapper extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
GCloudBuildWrapper.DescriptorImpl |
| Constructor and Description |
|---|
GCloudBuildWrapper(String installation,
String credentialsId) |
| Modifier and Type | Method and Description |
|---|---|
hudson.Launcher |
decorateLauncher(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
String |
getCredentialsId() |
String |
getInstallation() |
GCloudInstallation |
getSDK() |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public hudson.Launcher decorateLauncher(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException,
hudson.model.Run.RunnerAbortedException
decorateLauncher in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionhudson.model.Run.RunnerAbortedExceptionpublic hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
setUp in class hudson.tasks.BuildWrapperIOExceptionInterruptedException@CheckForNull public GCloudInstallation getSDK()
public String getInstallation()
public String getCredentialsId()
Copyright © 2004-2015. All Rights Reserved.