com.microsoft.tfs.core.pendingcheckin
Class StandardPendingCheckin

java.lang.Object
  extended by com.microsoft.tfs.core.pendingcheckin.StandardPendingCheckin
All Implemented Interfaces:
PendingCheckin

public class StandardPendingCheckin
extends java.lang.Object
implements PendingCheckin

Standard implementation of PendingCheckin.

Since:
TEE-SDK-10.1
Thread-safety:
thread-safe

Constructor Summary
StandardPendingCheckin(Workspace workspace, PendingChange[] allChanges, PendingChange[] checkedChanges, java.lang.String comment, CheckinNote checkinNotes, WorkItemCheckinInfo[] checkedWorkItems, PolicyEvaluator evaluator)
          Creates a StandardPendingCheckin using the user-supplied evaluator and the loader it was already configured with.
 
Method Summary
 PendingCheckinNotes getCheckinNotes()
          
 PendingCheckinPolicies getCheckinPolicies()
          
 PendingCheckinPendingChanges getPendingChanges()
          
 PendingCheckinWorkItems getWorkItems()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardPendingCheckin

public StandardPendingCheckin(Workspace workspace,
                              PendingChange[] allChanges,
                              PendingChange[] checkedChanges,
                              java.lang.String comment,
                              CheckinNote checkinNotes,
                              WorkItemCheckinInfo[] checkedWorkItems,
                              PolicyEvaluator evaluator)
Creates a StandardPendingCheckin using the user-supplied evaluator and the loader it was already configured with.

Method Detail

getCheckinNotes

public PendingCheckinNotes getCheckinNotes()

Specified by:
getCheckinNotes in interface PendingCheckin
Returns:
the checkin notes set for this checkin.

getCheckinPolicies

public PendingCheckinPolicies getCheckinPolicies()

Specified by:
getCheckinPolicies in interface PendingCheckin
Returns:
the checkin policies enabled for this checkin.

getPendingChanges

public PendingCheckinPendingChanges getPendingChanges()

Specified by:
getPendingChanges in interface PendingCheckin
Returns:
the pending changes selected for this checkin.

getWorkItems

public PendingCheckinWorkItems getWorkItems()

Specified by:
getWorkItems in interface PendingCheckin
Returns:
the work items selected for modification for this checkin.


© 2015 Microsoft. All rights reserved.