Skip to content

Commit a6e914d

Browse files
author
Mateusz Zajac
committed
Fancy, complicated init...
1 parent 0dad77c commit a6e914d

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

XcodeServerSDK.xcodeproj/project.pbxproj

+8
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@
125125
704B5FC41B455EE400989E4B /* get_repositories.json in Resources */ = {isa = PBXBuildFile; fileRef = 704B5FC31B455EE400989E4B /* get_repositories.json */; };
126126
704B5FC51B455EE400989E4B /* get_repositories.json in Resources */ = {isa = PBXBuildFile; fileRef = 704B5FC31B455EE400989E4B /* get_repositories.json */; };
127127
705D59A11B3AE502002521BA /* HTTPUtilsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 705D59A01B3AE502002521BA /* HTTPUtilsTests.swift */; };
128+
7073359F1B60B5DB0018D2A6 /* IntegrationCommits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7073359E1B60B5DB0018D2A6 /* IntegrationCommits.swift */; };
129+
707335A01B60B5DB0018D2A6 /* IntegrationCommits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7073359E1B60B5DB0018D2A6 /* IntegrationCommits.swift */; };
130+
707335A11B60B5DB0018D2A6 /* IntegrationCommits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7073359E1B60B5DB0018D2A6 /* IntegrationCommits.swift */; };
128131
707D08961B2C684C003900F3 /* XcodeServerConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707D08951B2C684C003900F3 /* XcodeServerConfig.swift */; };
129132
707D08981B2C6954003900F3 /* EmailConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707D08971B2C6954003900F3 /* EmailConfiguration.swift */; };
130133
707D089A1B2C6986003900F3 /* BotSchedule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707D08991B2C6986003900F3 /* BotSchedule.swift */; };
@@ -235,6 +238,7 @@
235238
704591851B40945700BA226C /* RepositoryTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RepositoryTests.swift; sourceTree = "<group>"; };
236239
704B5FC31B455EE400989E4B /* get_repositories.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = get_repositories.json; sourceTree = "<group>"; };
237240
705D59A01B3AE502002521BA /* HTTPUtilsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTTPUtilsTests.swift; sourceTree = "<group>"; };
241+
7073359E1B60B5DB0018D2A6 /* IntegrationCommits.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntegrationCommits.swift; sourceTree = "<group>"; };
238242
707D08951B2C684C003900F3 /* XcodeServerConfig.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = XcodeServerConfig.swift; sourceTree = "<group>"; };
239243
707D08971B2C6954003900F3 /* EmailConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EmailConfiguration.swift; sourceTree = "<group>"; };
240244
707D08991B2C6986003900F3 /* BotSchedule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BotSchedule.swift; sourceTree = "<group>"; };
@@ -444,6 +448,7 @@
444448
7019563F1B5E2BEE007CDF0B /* Contributor.swift */,
445449
7019563B1B5E26C5007CDF0B /* Commit.swift */,
446450
701956461B5E54E8007CDF0B /* File.swift */,
451+
7073359E1B60B5DB0018D2A6 /* IntegrationCommits.swift */,
447452
);
448453
path = "Server Entities";
449454
sourceTree = "<group>";
@@ -965,6 +970,7 @@
965970
11376BDA1B3A2FD90005A681 /* XcodeServerConfig.swift in Sources */,
966971
3A80C8091B3B639D0065C1C6 /* DeviceSpecification.swift in Sources */,
967972
70A444931B457ACD00C86EF8 /* XcodeServer+Repository.swift in Sources */,
973+
707335A11B60B5DB0018D2A6 /* IntegrationCommits.swift in Sources */,
968974
11376BDB1B3A2FD90005A681 /* XcodeServerEndpoints.swift in Sources */,
969975
702706801B44548800E09FDF /* XcodeServer+Bot.swift in Sources */,
970976
11376BDC1B3A2FD90005A681 /* XcodeServerFactory.swift in Sources */,
@@ -984,6 +990,7 @@
984990
70C2D8411B43273A008845FB /* XcodeServer+Auth.swift in Sources */,
985991
702706861B445F6A00E09FDF /* XcodeServer+SCM.swift in Sources */,
986992
3A7CCD3B1B55F97B00CED8BC /* TestHierarchy.swift in Sources */,
993+
707335A01B60B5DB0018D2A6 /* IntegrationCommits.swift in Sources */,
987994
7019563D1B5E26C5007CDF0B /* Commit.swift in Sources */,
988995
11FB71A81B34AF2400D57A52 /* BotConfiguration.swift in Sources */,
989996
11FB71A91B34AF2400D57A52 /* EmailConfiguration.swift in Sources */,
@@ -1041,6 +1048,7 @@
10411048
70C2D8381B431BCE008845FB /* XcodeServer+Auth.swift in Sources */,
10421049
707D089C1B2C69C4003900F3 /* Trigger.swift in Sources */,
10431050
7027067E1B44548800E09FDF /* XcodeServer+Bot.swift in Sources */,
1051+
7073359F1B60B5DB0018D2A6 /* IntegrationCommits.swift in Sources */,
10441052
7019563C1B5E26C5007CDF0B /* Commit.swift in Sources */,
10451053
3A7B48E21B2A5ADE0077ABEA /* BotConfiguration.swift in Sources */,
10461054
3A7B48EA1B2A5ADE0077ABEA /* XcodeServerEntity.swift in Sources */,
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
//
2+
// IntegrationCommits.swift
3+
// XcodeServerSDK
4+
//
5+
// Created by Mateusz Zając on 23/07/15.
6+
// Copyright © 2015 Honza Dvorsky. All rights reserved.
7+
//
8+
9+
import Foundation
10+
11+
public class IntegrationCommits: XcodeServerEntity {
12+
13+
public let integration: String
14+
public let botTinyID: String
15+
public let botID: String
16+
public let commits: [Commit]
17+
public let endedTimeDate: NSDate
18+
19+
public required init(json: NSDictionary) {
20+
self.integration = json.stringForKey("integration")
21+
self.botTinyID = json.stringForKey("botTinyID")
22+
self.botID = json.stringForKey("botID")
23+
self.commits = json.dictionaryForKey("commits").allValues.flatMap { Commit(json: $0 as! NSDictionary) }
24+
self.endedTimeDate = NSDate()
25+
26+
super.init(json: json)
27+
}
28+
29+
}

0 commit comments

Comments
 (0)