|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.CheckinManager.Progress
public static final class CheckinManager.Progress
Information on the progress of a checkin operation from CheckinManager. This provides a snapshot of the progress at the time of request. The values in this class do not change again once the class is created. To retrieve the current progress, use CheckinManager.getProgress().
CheckinManager,
CheckinManager.getProgress()| Nested Class Summary | |
|---|---|
static class |
CheckinManager.Progress.Phase
Information on the phase of a checkin progress of the checkin operation from CheckinManager. |
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Return a snapshot of this Progress object. |
CheckinManager.Progress.Phase |
getCurrentPhase()
Return the Phase associated with this Progress. |
long |
getCurrentPhaseEstimatedTimeRemaining()
Return the estimated time remaining in milliseconds. |
long |
getCurrentPhaseUnitsOfWork()
Get the total number of units of work. |
long |
getCurrentPhaseUnitsOfWorkProcessed()
Return the number of units of work that has been processed in this phase. |
long |
getCurrentPhaseUnitsOfWorkRemaining()
Get the total number of units of work that are yet to be done. |
Item |
getCurrentStarteamItem()
Get the current StarTeam Item object that is being processed in the current phase. |
java.io.File |
getCurrentWorkingFile()
Get the current File object that's being checked in. |
java.lang.String |
getDescription()
Return a description of the current state of Progress. |
java.lang.Throwable |
getLastError()
Get the last error, if any, that occurred during the last checkin operation. |
DateTime |
getSnapshotTime()
Return the snapshot time that is set when the last clone was created. |
long |
getTotalBytesCheckedIn()
Get the total number of bytes that are checked in. |
long |
getTotalFilesCheckedIn()
Return the number of files that have been checked in. |
long |
getTotalFilesFailed()
Get the total number of files that failed during checkin. |
long |
getTotalFilesForCheckin()
Get the total number of files for checkin. |
long |
getTotalFilesProcessed()
Get the total number of files processed. |
long |
getTotalFilesRemaining()
Return the number of files remaining to be checked in. |
long |
getTotalFilesSkipped()
Get the total number of files skipped without being checked in. |
long |
getTotalTimeSpent()
Get the total time spent so far (in milliseconds). |
boolean |
isInTransaction()
return true if the transaction has begun for this checkin |
java.lang.String |
toString()
returns a String representation of the Progress instance now; useful for debugging |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public long getTotalFilesForCheckin()
public long getTotalFilesSkipped()
public long getTotalFilesFailed()
public long getCurrentPhaseUnitsOfWork()
public long getCurrentPhaseUnitsOfWorkRemaining()
public long getTotalFilesProcessed()
public long getTotalBytesCheckedIn()
public long getTotalTimeSpent()
public boolean isInTransaction()
public java.lang.Throwable getLastError()
public CheckinManager.Progress.Phase getCurrentPhase()
public long getTotalFilesCheckedIn()
public long getTotalFilesRemaining()
public long getCurrentPhaseUnitsOfWorkProcessed()
public long getCurrentPhaseEstimatedTimeRemaining()
public java.lang.String getDescription()
public java.io.File getCurrentWorkingFile()
public Item getCurrentStarteamItem()
public java.lang.Object clone()
clone in class java.lang.Objectpublic DateTime getSnapshotTime()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||