Uses of Interface
org.artifactory.build.BuildRun
-
Packages that use BuildRun Package Description org.artifactory.build org.artifactory.search -
-
Uses of BuildRun in org.artifactory.build
Subinterfaces of BuildRun in org.artifactory.build Modifier and Type Interface Description interfaceDetailedBuildRunA detailed build run info holderMethods in org.artifactory.build that return types with arguments of type BuildRun Modifier and Type Method Description java.util.List<BuildRun>Builds. getBuilds(java.lang.String name, java.lang.String number, java.lang.String started)Retrieve buildsMethods in org.artifactory.build with parameters of type BuildRun Modifier and Type Method Description StatusHolderBuilds. deleteBuild(BuildRun buildRun)Removes the build of the given details.java.util.Set<FileInfo>Builds. getArtifactFiles(BuildRun buildRun)Locates the file info objects of all the given build's produced artifactsDetailedBuildRunBuilds. getDetailedBuild(BuildRun buildRun) -
Uses of BuildRun in org.artifactory.search
Methods in org.artifactory.search that return types with arguments of type BuildRun Modifier and Type Method Description java.util.Set<BuildRun>Searches. buildsByArtifactSha1(java.lang.String sha1)Find all build runs that produced the artifact with the provided sha1 checksumjava.util.Set<BuildRun>Searches. buildsByDependencySha1(java.lang.String sha1)Find all build runs that used a dependency with the provided sha1 checksum
-