Get List of Pending Changes

Examples of programs integrating with Vault and Fortress API. Also, information on integrating with NAnt, CruiseControl.Net and other third-party tools

Moderator: SourceGear

Post Reply
aaronj
Posts: 2
Joined: Fri May 24, 2013 4:17 pm

Get List of Pending Changes

Post by aaronj » Fri May 24, 2013 4:19 pm

Is there a way to use the API to get a list of pending changes if they are not checked out.

We don't require checkouts, but I want to be able to use the API to list the items that are showing up in the Pending Change Set section of GUI.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Get List of Pending Changes

Post by lbauer » Tue May 28, 2013 8:02 am

You should be able to do this.

See VaultClientIntegrationLib.ServerOperations.ProcessCommandListChangeSet()
for full details.
Linda Bauer
SourceGear
Technical Support Manager

aaronj
Posts: 2
Joined: Fri May 24, 2013 4:17 pm

Re: Get List of Pending Changes

Post by aaronj » Tue May 28, 2013 11:20 am

That works, thanks.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Get List of Pending Changes

Post by lbauer » Tue May 28, 2013 11:32 am

Great!

Let me know if we can be of assistance in the future.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply