Interface DetailedBuildRun

All Superinterfaces:
BuildId, BuildRun, Serializable

public interface DetailedBuildRun extends BuildRun
A detailed build run info holder
Author:
Noam Y. Tenne
  • Method Details

    • getBuildAgent

      String getBuildAgent()
    • getAgent

      String getAgent()
    • getDurationMillis

      long getDurationMillis()
    • getPrincipal

      String getPrincipal()
    • getArtifactoryPrincipal

      String getArtifactoryPrincipal()
    • getUrl

      String getUrl()
    • getParentName

      String getParentName()
    • getParentNumber

      String getParentNumber()
    • getModules

      @Nonnull List<Module> getModules()
    • copy

      @Nonnull DetailedBuildRun copy()
      Copies a build
    • copy

      @Nonnull DetailedBuildRun copy(String buildNumber)
      Copies a build with a new
    • getReleaseStatuses

      List<ReleaseStatus> getReleaseStatuses()