com.starteam
Class CheckinManager.Progress.Phase

java.lang.Object
  extended by com.starteam.CheckinManager.Progress.Phase
Enclosing class:
CheckinManager.Progress

public static final class CheckinManager.Progress.Phase
extends java.lang.Object

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

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

PRE_PROCESSING

public static final CheckinManager.Progress.Phase PRE_PROCESSING
The Pre rocessing Phase


UPLOADING_CONTENT

public static final CheckinManager.Progress.Phase UPLOADING_CONTENT
The Uploading Content Phase


COMMITTING_CHANGES

public static final CheckinManager.Progress.Phase COMMITTING_CHANGES
The Committing Change Phase


LINKING

public static final CheckinManager.Progress.Phase LINKING
The Linking Phase


POST_PROCESSING

public static final CheckinManager.Progress.Phase POST_PROCESSING
The Post Processing Phase


ABORTING_CHANGES

public static final CheckinManager.Progress.Phase ABORTING_CHANGES
The Aborting Phase


CANCELED

public static final CheckinManager.Progress.Phase CANCELED
The Canceled Phase

Method Detail

getName

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

Returns:
Return the name of this Phase.

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 other)
Returns true if the specified Object identifies the same exact Phase.

Overrides:
equals in class java.lang.Object
Parameters:
other - the object to be compared to for equality
Returns:
true if the specified object identifies the same item as this one.

hashCode

public int hashCode()
Return a hashCode for this Phase.

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


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.