public interface BuildProvenanceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsBuildOptions(String key)
public abstract boolean containsBuildOptions(String key)
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
map<string, string> build_options = 12;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
boolean |
getBuildOptions()
public abstract Map<String,String> getBuildOptions()
Use #getBuildOptionsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getBuildOptionsCount()
public abstract int getBuildOptionsCount()
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
map<string, string> build_options = 12;
Returns | |
---|---|
Type | Description |
int |
getBuildOptionsMap()
public abstract Map<String,String> getBuildOptionsMap()
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
map<string, string> build_options = 12;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getBuildOptionsOrDefault(String key, String defaultValue)
public abstract String getBuildOptionsOrDefault(String key, String defaultValue)
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
map<string, string> build_options = 12;
Parameters | |
---|---|
Name | Description |
key | String |
defaultValue | String |
Returns | |
---|---|
Type | Description |
String |
getBuildOptionsOrThrow(String key)
public abstract String getBuildOptionsOrThrow(String key)
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
map<string, string> build_options = 12;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
String |
getBuilderVersion()
public abstract String getBuilderVersion()
Version string of the builder at the time this build was executed.
string builder_version = 13;
Returns | |
---|---|
Type | Description |
String | The builderVersion. |
getBuilderVersionBytes()
public abstract ByteString getBuilderVersionBytes()
Version string of the builder at the time this build was executed.
string builder_version = 13;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for builderVersion. |
getBuiltArtifacts(int index)
public abstract Artifact getBuiltArtifacts(int index)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Artifact |
getBuiltArtifactsCount()
public abstract int getBuiltArtifactsCount()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
Returns | |
---|---|
Type | Description |
int |
getBuiltArtifactsList()
public abstract List<Artifact> getBuiltArtifactsList()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
Returns | |
---|---|
Type | Description |
List<Artifact> |
getBuiltArtifactsOrBuilder(int index)
public abstract ArtifactOrBuilder getBuiltArtifactsOrBuilder(int index)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ArtifactOrBuilder |
getBuiltArtifactsOrBuilderList()
public abstract List<? extends ArtifactOrBuilder> getBuiltArtifactsOrBuilderList()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
Returns | |
---|---|
Type | Description |
List<? extends io.grafeas.v1.ArtifactOrBuilder> |
getCommands(int index)
public abstract Command getCommands(int index)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Command |
getCommandsCount()
public abstract int getCommandsCount()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
Returns | |
---|---|
Type | Description |
int |
getCommandsList()
public abstract List<Command> getCommandsList()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
Returns | |
---|---|
Type | Description |
List<Command> |
getCommandsOrBuilder(int index)
public abstract CommandOrBuilder getCommandsOrBuilder(int index)