Package | Description |
---|---|
com.google.jenkins.plugins.cloudbuild.source |
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.