public class ClientFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_NAME |
| Constructor and Description |
|---|
ClientFactory(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener,
String credentialsId) |
| Modifier and Type | Method and Description |
|---|---|
CloudBuildClient |
cloudBuild() |
static void |
setDefaultTransport(com.google.api.client.http.HttpTransport transport) |
CloudStorageClient |
storage() |
public static final String APPLICATION_NAME
public ClientFactory(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener,
String credentialsId)
throws IOException
IOExceptionpublic static void setDefaultTransport(com.google.api.client.http.HttpTransport transport)
public CloudBuildClient cloudBuild()
public CloudStorageClient storage()
Copyright © 2017–2021 Google. All rights reserved.