| Fields inherited from class | Fields |
|---|---|
class AbstractResource |
node, ontrack |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
buildLink(java.lang.String project, java.lang.String build)Build links |
|
java.lang.Object |
call(groovy.lang.Closure closure) |
|
java.lang.String |
getBranch() |
|
java.util.List<?> |
getBuildLinkDecorations()Build links decorations. |
|
java.util.List<Build> |
getBuildLinks() |
|
ChangeLog |
getChangeLog(Build otherBuild)Gets the change log between this build and another one. |
|
BuildProperties |
getConfig() |
|
Build |
getNextBuild()Next build |
|
Build |
getPreviousBuild()Previous build |
|
java.lang.String |
getProject() |
|
java.util.List<PromotionRun> |
getPromotionRuns() |
|
java.lang.String |
getReleaseDecoration()Release decoration |
|
RunInfo |
getRunInfo() |
|
java.lang.Long |
getSvnRevisionDecoration()SVN revision decoration |
|
java.util.List<ValidationRun> |
getValidationRuns() |
|
PromotionRun |
promote(java.lang.String promotion) |
|
PromotionRun |
promote(java.lang.String promotion, groovy.lang.Closure closure) |
|
void |
setRunInfo(java.util.Map<java.lang.String, ?> info) |
|
java.lang.Object |
signature(java.lang.String user = null, java.util.Date date = null)Sets the signature of the build. |
|
ValidationRun |
validate(java.lang.String validationStamp, java.lang.String validationStampStatus = 'PASSED') |
|
ValidationRun |
validate(java.lang.String validationStamp, java.lang.String validationStampStatus = 'PASSED', groovy.lang.Closure closure) |
| Methods inherited from class | Name |
|---|---|
class AbstractProjectResource |
config, delete, getDecoration, getDecorations, getDecorations, getDescription, getId, getJenkinsJobDecoration, getMessageDecoration, getName, getProperty, property, property |
class AbstractResource |
getNode, getPage, link, list, optionalLink, query, toString |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Build links
Build links decorations.
Gets the change log between this build and another one. If no change log is available, because the associated branch is not configured for example, null is returned.
Next build
Previous build
Release decoration
SVN revision decoration
Sets the signature of the build. This method is granted only for users having the
ProjectEdit function: administrators, project owners, project managers.
Date is expected to be UTC.