Skip to content

Commit

Permalink
Added many fields and object on the DomainEntities
Browse files Browse the repository at this point in the history
Delete Package nuget inside solution

Build:
 -Added to fetch  AffectedProject

New DomainEntities:
 - Revision
 - Revisions
 - Tag
 - Tags
 - Triggered

New Fields:
 - ChangeField
 - ChangesField
 - FileField
 - FilesField
 - LastChangesField
 - RevisionField
 - RevisionsField
 - TagField
 - TagsField
 - TriggeredField
 - UserField
 - VcsRootInstanceField

And many fix...
  • Loading branch information
mavezeau committed Sep 16, 2016
1 parent 4d87c62 commit 0b32206
Show file tree
Hide file tree
Showing 106 changed files with 1,042 additions and 167,910 deletions.
2 changes: 1 addition & 1 deletion License.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
License: http://stack72.mit-license.org/
License: http://stack72.mit-license.org/
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*.NET Library to access TeamCity via their REST API.

For more information on TeamCity visit:
For more information on TeamCity visit:
http://www.jetbrains.com/teamcity

##Releases
Expand Down Expand Up @@ -64,6 +64,8 @@ There are many tasks that the TeamCity API can do for us. TeamCitySharp groups t
* Agents
* VcsRoots
* Changes
* Triggered
* LastChange
* BuildArtifacts
* Statistics
* Investigations
Expand Down Expand Up @@ -98,7 +100,8 @@ Each area has its own list of methods available
List<Build> AllRunningBuild();
List<Build> RetrieveEntireBuildChainFrom(string buildConfigId);
List<Build> RetrieveEntireBuildChainTo(string buildConfigId);
List<Build> NextBuilds(string buildid, int count = 100);
List<Build> NextBuilds(string buildId, int count = 100, List<String> param);
List<Build> AffectedProject(string productId, int count = 100, List<String> param);

###Projects

Expand Down Expand Up @@ -231,4 +234,4 @@ Thanks to the following contributors:
* Philipp Dolder
* Mark deVilliers
* Marc-Andre Vezeau (@exfo)
* Bassem Mawassi (@exfo)
* Bassem Mawassi (@exfo)
4 changes: 2 additions & 2 deletions TeamCitySharp.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Microsoft Visual Studio Solution File, Format Version 14.00
# Visual Studio 2015
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{263F35DD-20C1-4209-B121-E962C9328C70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamCitySharp.IntegrationTests", "src\Tests\IntegrationTests\TeamCitySharp.IntegrationTests.csproj", "{BA409A09-CC7B-4A71-A3D4-FE27234A721B}"
Expand Down
Binary file removed packages/EasyHttp.1.6.80.0/EasyHttp.1.6.80.0.nupkg
Binary file not shown.
Binary file removed packages/EasyHttp.1.6.80.0/lib/net40/EasyHttp.dll
Binary file not shown.
Binary file removed packages/EasyHttp.1.6.80.0/lib/net40/EasyHttp.pdb
Binary file not shown.
Binary file removed packages/FakeItEasy.1.25.3/FakeItEasy.1.25.3.nupkg
Binary file not shown.
Binary file removed packages/FakeItEasy.1.25.3/lib/net35/FakeItEasy.dll
Binary file not shown.
3,859 changes: 0 additions & 3,859 deletions packages/FakeItEasy.1.25.3/lib/net35/FakeItEasy.xml

This file was deleted.

Binary file removed packages/FakeItEasy.1.25.3/lib/net40/FakeItEasy.dll
Binary file not shown.
3,934 changes: 0 additions & 3,934 deletions packages/FakeItEasy.1.25.3/lib/net40/FakeItEasy.xml

This file was deleted.

Binary file removed packages/FakeItEasy.1.25.3/lib/sl50/FakeItEasy.dll
Binary file not shown.
3,668 changes: 0 additions & 3,668 deletions packages/FakeItEasy.1.25.3/lib/sl50/FakeItEasy.xml

This file was deleted.

Binary file removed packages/FakeItEasy.1.25.3/lib/win8/FakeItEasy.dll
Binary file not shown.
3,668 changes: 0 additions & 3,668 deletions packages/FakeItEasy.1.25.3/lib/win8/FakeItEasy.xml

This file was deleted.

Binary file not shown.
92 changes: 0 additions & 92 deletions packages/FluentAssertions.2.0.1/FluentAssertions.2.0.1.nuspec

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 0b32206

Please sign in to comment.