Uses of Interface
io.grafeas.v1beta1.provenance.CommandOrBuilder
-
Packages that use CommandOrBuilder Package Description io.grafeas.v1beta1.provenance -
-
Uses of CommandOrBuilder in io.grafeas.v1beta1.provenance
Classes in io.grafeas.v1beta1.provenance that implement CommandOrBuilder Modifier and Type Class Description class
Command
Command describes a step performed as part of the build pipeline.static class
Command.Builder
Command describes a step performed as part of the build pipeline.Methods in io.grafeas.v1beta1.provenance that return CommandOrBuilder Modifier and Type Method Description CommandOrBuilder
BuildProvenance.Builder. getCommandsOrBuilder(int index)
Commands requested by the build.CommandOrBuilder
BuildProvenance. getCommandsOrBuilder(int index)
Commands requested by the build.CommandOrBuilder
BuildProvenanceOrBuilder. getCommandsOrBuilder(int index)
Commands requested by the build.Methods in io.grafeas.v1beta1.provenance that return types with arguments of type CommandOrBuilder Modifier and Type Method Description List<? extends CommandOrBuilder>
BuildProvenance.Builder. getCommandsOrBuilderList()
Commands requested by the build.List<? extends CommandOrBuilder>
BuildProvenance. getCommandsOrBuilderList()
Commands requested by the build.List<? extends CommandOrBuilder>
BuildProvenanceOrBuilder. getCommandsOrBuilderList()
Commands requested by the build.
-