|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.CheckinPhase
Information on the phase of a checkin progress of the checkin operation from CheckinManager.
CheckinManager,
CheckinProgress.getCheckinPhase()| Field Summary | |
static CheckinPhase |
ABORTING_CHANGES
|
static CheckinPhase |
CANCELED
|
static CheckinPhase |
COMMITTING_CHANGES
|
static CheckinPhase |
LINKING
|
static CheckinPhase |
POST_PROCESSING
|
static CheckinPhase |
PRE_PROCESSING
|
static CheckinPhase |
UPLOADING_CONTENT
|
| Method Summary | |
boolean |
equals(java.lang.Object source)
Returns true if the specified Object identifies
the same exact CheckinPhase. |
java.lang.String |
getName()
Get the name of this CheckinPhase. |
int |
hashCode()
Return a hashcode for this CheckinPhase. |
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 CheckinPhase PRE_PROCESSING
public static final CheckinPhase UPLOADING_CONTENT
public static final CheckinPhase COMMITTING_CHANGES
public static final CheckinPhase LINKING
public static final CheckinPhase POST_PROCESSING
public static final CheckinPhase ABORTING_CHANGES
public static final CheckinPhase CANCELED
| Method Detail |
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object source)
Object identifies
the same exact CheckinPhase.
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||