|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MaintenanceProcess
A maintenance process, that can be performed in TeamCity only one at one time.
MaintenanceProcessManager| Method Summary | |
|---|---|
void |
cancel()
Request the process to cancel. |
java.lang.Exception[] |
getExceptions()
Returns exceptions that occured during process performing. |
int |
getProcessId()
Returns the maintenance process identifier. |
MaintenanceProcessKind |
getProcessKind()
Returns kind of this process. |
ProgressInfo |
getProgressInfo()
Returns the progress in percents and a name of phase. |
ProgressStatus |
getProgressStatus()
Returns the progress status of the process. |
boolean |
hasExceptions()
Determines whether exceptions occurred during process performing. |
| Method Detail |
|---|
@NotNull MaintenanceProcessKind getProcessKind()
int getProcessId()
@NotNull ProgressStatus getProgressStatus()
@NotNull ProgressInfo getProgressInfo()
void cancel()
boolean hasExceptions()
java.lang.Exception[] getExceptions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||