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 classCommandCommand describes a step performed as part of the build pipeline.static classCommand.BuilderCommand describes a step performed as part of the build pipeline.Methods in io.grafeas.v1beta1.provenance that return CommandOrBuilder Modifier and Type Method Description CommandOrBuilderBuildProvenance.Builder. getCommandsOrBuilder(int index)Commands requested by the build.CommandOrBuilderBuildProvenance. getCommandsOrBuilder(int index)Commands requested by the build.CommandOrBuilderBuildProvenanceOrBuilder. 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.
-