|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SFinishedBuild
Finished build object.
| Method Summary | |
|---|---|
java.util.Date |
getFinishDate()
Returns finish timestamp for the build. |
Comment |
getPinComment()
Returns the pin/unpin comment |
void |
setLabel(java.lang.String labelValue,
java.util.List<VcsRootInstance> rootsToLabel)
Sets a label on files in VCS repository used by this build in the specified VCS roots |
void |
setPinned(boolean pinned)
Deprecated. Use setPinned(boolean, jetbrains.buildServer.users.User, String) method |
void |
setPinned(boolean pinned,
User user,
java.lang.String comment)
Sets pin status for this build. |
| Methods inherited from interface jetbrains.buildServer.Build |
|---|
getAgentName, getBuildId, getBuildNumber, getBuildStatus, getBuildTypeId, getBuildTypeName, getCanceledInfo, getCompilationErrorMessages, getDuration, getFullName, getLogMessages, getProjectId, getStartDate, getStatusDescriptor, getTestMessages, isFinished, isPersonal |
| Methods inherited from interface jetbrains.buildServer.serverSide.BuildPromotionOwner |
|---|
getBuildPromotion, getSequenceBuild |
| Methods inherited from interface jetbrains.buildServer.serverSide.ParametersSupport |
|---|
getParametersProvider |
| Method Detail |
|---|
void setPinned(boolean pinned,
@Nullable
User user,
@Nullable
java.lang.String comment)
pinned - whether to pin build or not.user - user who pins/unpins buildcomment - commentvoid setPinned(boolean pinned)
setPinned(boolean, jetbrains.buildServer.users.User, String) method
pinned - whether to pin build or not.@Nullable Comment getPinComment()
void setLabel(java.lang.String labelValue,
java.util.List<VcsRootInstance> rootsToLabel)
throws VcsException
labelValue - label to setrootsToLabel - VCS roots to label
VcsException - if labeling failed@NotNull java.util.Date getFinishDate()
getFinishDate in interface Build
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||