|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NotificationEventListener
Notification processor event listener.
| Method Summary | |
|---|---|
void |
buildFailed(SRunningBuild build)
Called when build finished with a failure. |
void |
buildFailedAfterSuccess(SRunningBuild build)
Called upon first build failure after success |
void |
buildFailedToStart(SRunningBuild build)
Called if build failed to start, i.e. |
void |
buildFailing(SRunningBuild build,
BuildMessage1 message)
Called when build status changed to failure and next block message was recevied from the agent. |
void |
buildProbablyHanged(SRunningBuild build)
Called when server detected probable hanging of a build |
void |
buildStarted(SRunningBuild build)
Called when build started and changes loaded. |
void |
buildSuccessful(SRunningBuild build)
Called when build finished successfuly. |
void |
buildSuccessfulAfterFailure(SRunningBuild build)
Called upon first successful build after a number of failed builds. |
void |
labelingFailed(SBuild build,
VcsRoot root,
java.lang.Throwable exception)
Labeling process fialed for the specified build and root with the soecified problem. |
void |
responsibleChanged(SBuildType buildType,
ResponsibilityEntry oldValue,
ResponsibilityEntry newValue,
boolean isUserAction)
Called when responsibility changes. |
void |
responsibleChanged(SProject project,
java.util.Collection<TestName> testNames,
ResponsibilityEntry entry,
boolean isUserAction)
Called when responsibility for several tests changed. |
void |
responsibleChanged(SProject project,
TestNameResponsibilityEntry oldValue,
TestNameResponsibilityEntry newValue,
boolean isUserAction)
Called when test responsibility is changed. |
void |
testsMuted(MuteInfo muteInfo)
Called when a set of tests are muted (with same mute properties). |
void |
testsUnmuted(MuteInfo muteInfoBeforeUnmute,
java.util.Collection<STest> tests,
SUser user)
Called when a set of tests are unmuted (with same mute properties). |
| Method Detail |
|---|
void buildStarted(@NotNull
SRunningBuild build)
build - started build.
void buildSuccessful(@NotNull
SRunningBuild build)
build - finished build.
void buildSuccessfulAfterFailure(@NotNull
SRunningBuild build)
build - finished build.
void buildFailed(@NotNull
SRunningBuild build)
build - failed build.
void buildFailedToStart(@NotNull
SRunningBuild build)
build - failed build
void buildFailedAfterSuccess(@NotNull
SRunningBuild build)
build - failed build
void buildProbablyHanged(@NotNull
SRunningBuild build)
build - hung build.
void buildFailing(@NotNull
SRunningBuild build,
BuildMessage1 message)
build - failing build.message - first failed message.
void responsibleChanged(@NotNull
SBuildType buildType,
@NotNull
ResponsibilityEntry oldValue,
@NotNull
ResponsibilityEntry newValue,
boolean isUserAction)
buildType - configuration with changed responsibility.oldValue - old responsibility.newValue - new responsibility.isUserAction - if the action was made by user.
void responsibleChanged(@NotNull
SProject project,
@Nullable
TestNameResponsibilityEntry oldValue,
@NotNull
TestNameResponsibilityEntry newValue,
boolean isUserAction)
project - the project in which test responsibility has changedoldValue - old responsibility entrynewValue - new responsibility entryisUserAction - true if responsibility status was changed manually via Web UI
void responsibleChanged(@NotNull
SProject project,
@NotNull
java.util.Collection<TestName> testNames,
@NotNull
ResponsibilityEntry entry,
boolean isUserAction)
project - the projecttestNames - collection of test namesentry - new responsibility entry for each testisUserAction - true if responsibility status was changed manually via Web UI
void labelingFailed(SBuild build,
VcsRoot root,
java.lang.Throwable exception)
build - build for which labeling failed.root - root for which labeling failed.exception - labeling cause.
void testsMuted(@NotNull
MuteInfo muteInfo)
muteInfo - mute info
void testsUnmuted(@NotNull
MuteInfo muteInfoBeforeUnmute,
@NotNull
java.util.Collection<STest> tests,
@Nullable
SUser user)
muteInfoBeforeUnmute - the mute info on the moment of unmutetests - the unmuted testsuser - who performed the action (if known)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||