Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Method and Description |
---|---|
Command.Builder |
Command.Builder.addAllArgs(Iterable<String> values)
Command-line arguments used when executing this command.
|
Command.Builder |
Command.Builder.addAllEnv(Iterable<String> values)
Environment variables set before running this command.
|
Command.Builder |
Command.Builder.addAllWaitFor(Iterable<String> values)
The ID(s) of the command(s) that this command depends on.
|
Command.Builder |
Command.Builder.addArgs(String value)
Command-line arguments used when executing this command.
|
Command.Builder |
Command.Builder.addArgsBytes(ByteString value)
Command-line arguments used when executing this command.
|
Command.Builder |
BuildProvenance.Builder.addCommandsBuilder()
Commands requested by the build.
|
Command.Builder |
BuildProvenance.Builder.addCommandsBuilder(int index)
Commands requested by the build.
|
Command.Builder |
Command.Builder.addEnv(String value)
Environment variables set before running this command.
|
Command.Builder |
Command.Builder.addEnvBytes(ByteString value)
Environment variables set before running this command.
|
Command.Builder |
Command.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Command.Builder |
Command.Builder.addWaitFor(String value)
The ID(s) of the command(s) that this command depends on.
|
Command.Builder |
Command.Builder.addWaitForBytes(ByteString value)
The ID(s) of the command(s) that this command depends on.
|
Command.Builder |
Command.Builder.clear() |
Command.Builder |
Command.Builder.clearArgs()
Command-line arguments used when executing this command.
|
Command.Builder |
Command.Builder.clearDir()
Working directory (relative to project source root) used when running this
command.
|
Command.Builder |
Command.Builder.clearEnv()
Environment variables set before running this command.
|
Command.Builder |
Command.Builder.clearField(Descriptors.FieldDescriptor field) |
Command.Builder |
Command.Builder.clearId()
Optional unique identifier for this command, used in wait_for to reference
this command as a dependency.
|
Command.Builder |
Command.Builder.clearName()
Required.
|
Command.Builder |
Command.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
Command.Builder |
Command.Builder.clearWaitFor()
The ID(s) of the command(s) that this command depends on.
|
Command.Builder |
Command.Builder.clone() |
Command.Builder |
BuildProvenance.Builder.getCommandsBuilder(int index)
Commands requested by the build.
|
Command.Builder |
Command.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Command.Builder |
Command.Builder.mergeFrom(Command other) |
Command.Builder |
Command.Builder.mergeFrom(Message other) |
Command.Builder |
Command.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Command.Builder |
Command.newBuilder() |
static Command.Builder |
Command.newBuilder(Command prototype) |
Command.Builder |
Command.newBuilderForType() |
protected Command.Builder |
Command.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
Command.Builder |
Command.Builder.setArgs(int index,
String value)
Command-line arguments used when executing this command.
|
Command.Builder |
Command.Builder.setDir(String value)
Working directory (relative to project source root) used when running this
command.
|
Command.Builder |
Command.Builder.setDirBytes(ByteString value)
Working directory (relative to project source root) used when running this
command.
|
Command.Builder |
Command.Builder.setEnv(int index,
String value)
Environment variables set before running this command.
|
Command.Builder |
Command.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
Command.Builder |
Command.Builder.setId(String value)
Optional unique identifier for this command, used in wait_for to reference
this command as a dependency.
|
Command.Builder |
Command.Builder.setIdBytes(ByteString value)
Optional unique identifier for this command, used in wait_for to reference
this command as a dependency.
|
Command.Builder |
Command.Builder.setName(String value)
Required.
|
Command.Builder |
Command.Builder.setNameBytes(ByteString value)
Required.
|
Command.Builder |
Command.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Command.Builder |
Command.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
Command.Builder |
Command.Builder.setWaitFor(int index,
String value)
The ID(s) of the command(s) that this command depends on.
|
Command.Builder |
Command.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Command.Builder> |
BuildProvenance.Builder.getCommandsBuilderList()
Commands requested by the build.
|
Modifier and Type | Method and Description |
---|---|
BuildProvenance.Builder |
BuildProvenance.Builder.addCommands(Command.Builder builderForValue)
Commands requested by the build.
|
BuildProvenance.Builder |
BuildProvenance.Builder.addCommands(int index,
Command.Builder builderForValue)
Commands requested by the build.
|
BuildProvenance.Builder |
BuildProvenance.Builder.setCommands(int index,
Command.Builder builderForValue)
Commands requested by the build.
|
Copyright © 2019 Google LLC. All rights reserved.