Package org.artifactory.build
Interface DetailedBuildRun
-
- All Superinterfaces:
BuildId
,BuildRun
,Serializable
public interface DetailedBuildRun extends BuildRun
A detailed build run info holder- Author:
- Noam Y. Tenne
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetailedBuildRun
copy()
Copies a buildDetailedBuildRun
copy(String buildNumber)
Copies a build with a new {@param buildNumber}String
getAgent()
String
getArtifactoryPrincipal()
String
getBuildAgent()
long
getDurationMillis()
List<Module>
getModules()
String
getParentName()
String
getParentNumber()
String
getPrincipal()
List<ReleaseStatus>
getReleaseStatuses()
String
getUrl()
-
Methods inherited from interface org.artifactory.build.BuildId
getBuildRepo, getName, getNumber, getStarted, getStartedDate
-
Methods inherited from interface org.artifactory.build.BuildRun
getCiUrl, getReleaseStatus, toString
-
-
-
-
Method Detail
-
getBuildAgent
String getBuildAgent()
-
getAgent
String getAgent()
-
getDurationMillis
long getDurationMillis()
-
getPrincipal
String getPrincipal()
-
getArtifactoryPrincipal
String getArtifactoryPrincipal()
-
getUrl
String getUrl()
-
getParentName
String getParentName()
-
getParentNumber
String getParentNumber()
-
copy
@Nonnull DetailedBuildRun copy()
Copies a build
-
copy
@Nonnull DetailedBuildRun copy(String buildNumber)
Copies a build with a new {@param buildNumber}
-
getReleaseStatuses
List<ReleaseStatus> getReleaseStatuses()
-
-