|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.UserChangeInfo.BuildTypeChangeStatus
public static class UserChangeInfo.BuildTypeChangeStatus
Describes the status of the change in the particular build configuration
| Constructor Summary | |
|---|---|
UserChangeInfo.BuildTypeChangeStatus()
|
|
| Method Summary | |
|---|---|
Build |
getCurrentBuild()
Returns either the first successful build which contains this change or latest build with this change if there were no successful builds with this change. |
Build |
getFirstBuildWithChange()
Get first build which contains this change |
Build |
getFixedInBuild()
Get first successful build with this change |
boolean |
isSuccessful()
Returns true if there is a successful finished build with this change, false otherwise |
boolean |
isSuspicious()
Deprecated. use !isSuccessful() instead |
void |
setCurrentBuild(Build currentBuild)
Set the current build. |
void |
setFirstBuildWithChange(Build firstBuildWithChange)
Sets first build which contains this change. |
void |
setFixedInBuild(Build fixedInBuild)
Set first successful build with this change |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserChangeInfo.BuildTypeChangeStatus()
| Method Detail |
|---|
@Nullable public Build getFirstBuildWithChange()
public void setFirstBuildWithChange(Build firstBuildWithChange)
firstBuildWithChange - see abovepublic Build getFixedInBuild()
public void setFixedInBuild(Build fixedInBuild)
fixedInBuild - first successful build with this change@Nullable public Build getCurrentBuild()
public void setCurrentBuild(Build currentBuild)
currentBuild - to setgetCurrentBuild()public boolean isSuccessful()
public boolean isSuspicious()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||