buildasaurs / XcodeServerSDK

Access Xcode Server API with native Swift objects.
MIT License
399 stars 30 forks source link

Wait for integration results #112

Open cojoj opened 8 years ago

cojoj commented 8 years ago

Right now the available API allow you to postIntegration but it returns immediately. It'd be nice if callback could wait for integration to finish, but also a protocol informing about this fact would be nice.

czechboy0 commented 8 years ago

We can just add an extra param waitUntilCompleted: Bool to the postIntegration call.

cojoj commented 8 years ago

Sounds like a great plan 😉