| Package | Description |
|---|---|
| com.google.jenkins.plugins.cloudbuild | |
| com.google.jenkins.plugins.cloudbuild.source |
| Modifier and Type | Method and Description |
|---|---|
CloudBuildSource |
CloudBuildInput.getSource() |
CloudBuildSource |
CloudBuildInput.getSourceOrDefault() |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudBuildInput.setSource(CloudBuildSource source) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalCloudBuildSource
Uploads a file, or a gzipped-tarball of a directory, within the workspace to a temporary Google
Storage bucket and uses that as the source.
|
class |
RepoCloudBuildSource
Indicates that an existing Google Cloud Repo should be used as the source.
|
class |
StorageCloudBuildSource
Indicates that an existing Google Cloud Storage object should be used as the source.
|
| Modifier and Type | Field and Description |
|---|---|
static CloudBuildSource |
CloudBuildSource.NULL |
| Modifier and Type | Method and Description |
|---|---|
CloudBuildSource |
RepoCloudBuildSource.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
Copyright © 2017–2021 Google. All rights reserved.