Uses of Interface
io.grafeas.v1beta1.source.SourceContextOrBuilder
-
Packages that use SourceContextOrBuilder Package Description io.grafeas.v1beta1.provenance io.grafeas.v1beta1.source -
-
Uses of SourceContextOrBuilder in io.grafeas.v1beta1.provenance
Methods in io.grafeas.v1beta1.provenance that return SourceContextOrBuilder Modifier and Type Method Description SourceContextOrBuilder
Source.Builder. getAdditionalContextsOrBuilder(int index)
If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.SourceContextOrBuilder
Source. getAdditionalContextsOrBuilder(int index)
If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.SourceContextOrBuilder
SourceOrBuilder. getAdditionalContextsOrBuilder(int index)
If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.SourceContextOrBuilder
Source.Builder. getContextOrBuilder()
If provided, the source code used for the build came from this location.SourceContextOrBuilder
Source. getContextOrBuilder()
If provided, the source code used for the build came from this location.SourceContextOrBuilder
SourceOrBuilder. getContextOrBuilder()
If provided, the source code used for the build came from this location.Methods in io.grafeas.v1beta1.provenance that return types with arguments of type SourceContextOrBuilder Modifier and Type Method Description List<? extends SourceContextOrBuilder>
Source.Builder. getAdditionalContextsOrBuilderList()
If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.List<? extends SourceContextOrBuilder>
Source. getAdditionalContextsOrBuilderList()
If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.List<? extends SourceContextOrBuilder>
SourceOrBuilder. getAdditionalContextsOrBuilderList()
If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules. -
Uses of SourceContextOrBuilder in io.grafeas.v1beta1.source
Classes in io.grafeas.v1beta1.source that implement SourceContextOrBuilder Modifier and Type Class Description class
SourceContext
A SourceContext is a reference to a tree of files.static class
SourceContext.Builder
A SourceContext is a reference to a tree of files.
-