Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
PipelineWorkspaceDeclaration |
PipelineWorkspaceDeclaration.clone() |
PipelineWorkspaceDeclaration |
PipelineWorkspaceDeclaration.set(String fieldName,
Object value) |
PipelineWorkspaceDeclaration |
PipelineWorkspaceDeclaration.setDescription(String description)
Description is a human readable string describing how the workspace will be used in the
Pipeline.
|
PipelineWorkspaceDeclaration |
PipelineWorkspaceDeclaration.setName(String name)
Name is the name of a workspace to be provided by a PipelineRun.
|
PipelineWorkspaceDeclaration |
PipelineWorkspaceDeclaration.setOptional(Boolean optional)
Optional marks a Workspace as not being required in PipelineRuns.
|
Modifier and Type | Method and Description |
---|---|
List<PipelineWorkspaceDeclaration> |
PipelineSpec.getWorkspaces()
Workspaces declares a set of named workspaces that are expected to be provided by a
PipelineRun.
|
Modifier and Type | Method and Description |
---|---|
PipelineSpec |
PipelineSpec.setWorkspaces(List<PipelineWorkspaceDeclaration> workspaces)
Workspaces declares a set of named workspaces that are expected to be provided by a
PipelineRun.
|
Copyright © 2011–2025 Google. All rights reserved.