public interface DetailedBuildRun extends BuildRun
Modifier and Type | Method and Description |
---|---|
DetailedBuildRun |
copy()
Copies a build
|
DetailedBuildRun |
copy(String buildNumber)
Copies a build with a new build number
|
String |
getAgent() |
String |
getArtifactoryPrincipal() |
String |
getBuildAgent() |
long |
getDurationMillis() |
List<Module> |
getModules() |
String |
getParentName() |
String |
getParentNumber() |
String |
getPrincipal() |
List<ReleaseStatus> |
getReleaseStatuses() |
String |
getUrl() |
String |
getVcsRevision() |
getCiUrl, getName, getNumber, getReleaseStatus, getStarted, getStartedDate, toString
String getBuildAgent()
String getAgent()
long getDurationMillis()
String getPrincipal()
String getArtifactoryPrincipal()
String getUrl()
String getParentName()
String getParentNumber()
String getVcsRevision()
@Nonnull DetailedBuildRun copy()
buildNumber
- @Nonnull DetailedBuildRun copy(String buildNumber)
buildNumber
- List<ReleaseStatus> getReleaseStatuses()
Copyright © 2014. All rights reserved.