Modifier and Type | Method and Description |
---|---|
Map<String,String> |
CloudBuildInput.getSubstitutionMap(BuildContext context) |
Map<String,String> |
SubstitutionList.toMap(BuildContext context)
Converts the list of substitutions to a Map to be added to the build request, expanding each
value.
|
Modifier and Type | Class and Description |
---|---|
class |
FreeStyleBuildContext
The context of the currently running Jenkins build.
|
class |
PipelineBuildContext
The context of the currently running Jenkins build.
|
Modifier and Type | Method and Description |
---|---|
String |
InlineCloudBuildRequest.expand(BuildContext context) |
String |
FileCloudBuildRequest.expand(BuildContext context) |
abstract String |
CloudBuildRequest.expand(BuildContext context) |
Modifier and Type | Method and Description |
---|---|
com.google.api.services.cloudbuild.v1.model.Source |
LocalCloudBuildSource.prepare(BuildContext context,
ClientFactory clients)
Uploads a local file or directory to Cloud Storage and uses that as the source.
|
com.google.api.services.cloudbuild.v1.model.Source |
RepoCloudBuildSource.prepare(BuildContext context,
ClientFactory clients) |
com.google.api.services.cloudbuild.v1.model.Source |
StorageCloudBuildSource.prepare(BuildContext context,
ClientFactory clients) |
abstract com.google.api.services.cloudbuild.v1.model.Source |
CloudBuildSource.prepare(BuildContext context,
ClientFactory clients)
Prepares the source and returns the
Source object to be used for the build request. |
Copyright © 2017–2021 Google. All rights reserved.