@RequiresDomain(value=GCloudScopeRequirement.class) public class GCloudBuildWrapper extends jenkins.tasks.SimpleBuildWrapper
Modifier and Type | Class and Description |
---|---|
static class |
GCloudBuildWrapper.DescriptorImpl |
jenkins.tasks.SimpleBuildWrapper.Context, jenkins.tasks.SimpleBuildWrapper.Disposer
Constructor and Description |
---|
GCloudBuildWrapper(String installation,
String credentialsId) |
Modifier and Type | Method and Description |
---|---|
String |
getCredentialsId() |
String |
getInstallation() |
GCloudInstallation |
getSDK() |
void |
setUp(jenkins.tasks.SimpleBuildWrapper.Context context,
hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.EnvVars initialEnvironment) |
public void setUp(jenkins.tasks.SimpleBuildWrapper.Context context, hudson.model.Run<?,?> build, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener, hudson.EnvVars initialEnvironment) throws IOException, InterruptedException
setUp
in class jenkins.tasks.SimpleBuildWrapper
IOException
InterruptedException
@CheckForNull public GCloudInstallation getSDK()
public String getInstallation()
public String getCredentialsId()
Copyright © 2016–2020. All rights reserved.