com.starbase.starteam
Class CheckinPhase

java.lang.Object
  |
  +--com.starbase.starteam.CheckinPhase

public final class CheckinPhase
extends java.lang.Object

Information on the phase of a checkin progress of the checkin operation from CheckinManager.

See Also:
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

PRE_PROCESSING

public static final CheckinPhase PRE_PROCESSING

UPLOADING_CONTENT

public static final CheckinPhase UPLOADING_CONTENT

COMMITTING_CHANGES

public static final CheckinPhase COMMITTING_CHANGES

LINKING

public static final CheckinPhase LINKING

POST_PROCESSING

public static final CheckinPhase POST_PROCESSING

ABORTING_CHANGES

public static final CheckinPhase ABORTING_CHANGES

CANCELED

public static final CheckinPhase CANCELED
Method Detail

getName

public java.lang.String getName()
Get the name of this CheckinPhase.

Returns:
Return the name of this CheckinPhase.

toString

public java.lang.String toString()
Returns a string representation of this object.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of this object.

equals

public boolean equals(java.lang.Object source)
Returns true if the specified Object identifies the same exact CheckinPhase.

Overrides:
equals in class java.lang.Object
Returns:
true if the specified object identifies the same item as this.

hashCode

public int hashCode()
Return a hashcode for this CheckinPhase.

Overrides:
hashCode in class java.lang.Object
Returns:
a hashcode for this CheckinPhase.


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.