Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get a build configuration template? #32

Closed
stecydube opened this issue Dec 3, 2015 · 2 comments
Closed

How to get a build configuration template? #32

stecydube opened this issue Dec 3, 2015 · 2 comments
Assignees

Comments

@stecydube
Copy link

No description provided.

@borismod borismod self-assigned this Dec 3, 2015
@borismod
Copy link
Contributor

borismod commented Dec 3, 2015

For retrieving specific template by Id or name you can use this:

            connectedTc.GetBuildConfigurationTemplate(_ => _.Id("TemplateId"));

For retrieving all the templates:

          connectedTc.GetAllBuildConfigurationTemplates();

@stecydube
Copy link
Author

Works perfectly. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants