|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.CheckinManager.Progress.Phase
public static final class CheckinManager.Progress.Phase
Information on the phase of a checkin progress of the checkin operation from CheckinManager.
CheckinManager,
CheckinManager.Progress.getCurrentPhase()| Field Summary | |
|---|---|
static CheckinManager.Progress.Phase |
ABORTING_CHANGES
The Aborting Phase |
static CheckinManager.Progress.Phase |
CANCELED
The Canceled Phase |
static CheckinManager.Progress.Phase |
COMMITTING_CHANGES
The Committing Change Phase |
static CheckinManager.Progress.Phase |
LINKING
The Linking Phase |
static CheckinManager.Progress.Phase |
POST_PROCESSING
The Post Processing Phase |
static CheckinManager.Progress.Phase |
PRE_PROCESSING
The Pre rocessing Phase |
static CheckinManager.Progress.Phase |
UPLOADING_CONTENT
The Uploading Content Phase |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
Returns true if the specified Object identifies the
same exact Phase. |
java.lang.String |
getName()
Get the name of this Phase. |
int |
hashCode()
Return a hashCode for this Phase. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CheckinManager.Progress.Phase PRE_PROCESSING
public static final CheckinManager.Progress.Phase UPLOADING_CONTENT
public static final CheckinManager.Progress.Phase COMMITTING_CHANGES
public static final CheckinManager.Progress.Phase LINKING
public static final CheckinManager.Progress.Phase POST_PROCESSING
public static final CheckinManager.Progress.Phase ABORTING_CHANGES
public static final CheckinManager.Progress.Phase CANCELED
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
Object identifies the
same exact Phase.
equals in class java.lang.Objectother - the object to be compared to for equality
public int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||