Package org.artifactory.build
Interface BuildRun
-
- All Superinterfaces:
BuildId
,Serializable
- All Known Subinterfaces:
DetailedBuildRun
public interface BuildRun extends BuildId
A basic build run info holder- Author:
- Noam Y. Tenne
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCiUrl()
String
getReleaseStatus()
String
toString()
-
Methods inherited from interface org.artifactory.build.BuildId
getBuildRepo, getName, getNumber, getStarted, getStartedDate
-
-