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(com.google.protobuf.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(com.google.protobuf.ByteString value) |
Environment variables set before running this command.
|
Command.Builder |
Command.Builder.addRepeatedField(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Command.Builder |
Command.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Command.Builder |
Command.Builder.mergeFrom(Command other) |
|
Command.Builder |
Command.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Command.Builder |
Command.newBuilder() |
|
static Command.Builder |
Command.newBuilder(Command prototype) |
|
Command.Builder |
Command.newBuilderForType() |
|
protected Command.Builder |
Command.newBuilderForType(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.ByteString value) |
Required.
|
Command.Builder |
Command.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Command.Builder |
Command.Builder.setUnknownFields(com.google.protobuf.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() |
|