Giter Club home page Giter Club logo

fluenttc's Introduction

build status code coverage NuGet version Chat on gitter Stories in Ready

FluentTc

Easy-to-use, readable and comprehensive library for consuming TeamCity REST API. Written using real scenarios in mind, enables variuos range of queries and operation on TeamCity

Getting started

Install FluentTc nuget package from from Manage Nuget packages

Or from Nuget Package Manager Console:

install-package FluentTc

Example

Connects to TeamCity using guest account and retrieves builds from the FluentTc build configuration with all its branches, with additional build properties, such as StatusText, StartDate and FinishDate; with paging taking 10 builds starting from the 30th build.

IList<IBuild> builds =
    new RemoteTc().Connect(h => h.ToHost("teamcity.codebetter.com").AsGuest())
        .GetBuilds(b =>
            b.BuildConfiguration(c =>
                c.Id("FluentTc_FluentTcDevelop"))
                .Branch(r => r.Branched()),
            i => i.IncludeStatusText().IncludeStartDate().IncludeFinishDate(), 
            p => p.Start(30).Count(10));

For more examples and documentation read the Wiki

Contributors

This project would not be possible with the support of contributors

Versioning

FluentTc adheres to Semantic Versioning 2.0.0, basically means that there are no breaking changes unless the version is 0.x or major version is promoted.

Project State

The project is stable and works in production in a few organizations. It has a growing community of users and contributors. Although we are happy with its current state, we'd like to hear what you think. We are asking to spend a few minutes and fill this survey: FluentTc survey

License

Apache License 2.0

Credits

Continuous Integration powered by TeamCity and CodeBetter

fluenttc's People

Contributors

borismod avatar igoro1975 avatar sokolovsv90 avatar 3breadt avatar derrickgwood avatar bezysoftware avatar waffle-iron avatar evolvedlight avatar

Watchers

James Cloos avatar Polzoni Gilberto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.