-
Notifications
You must be signed in to change notification settings - Fork 0
PBXAbstractSCMScriptCommand
phausler edited this page May 16, 2010
·
2 revisions
- labels Hidden
- Inherits from* NSObject
- Framework*
The `PBXAbstractSCMScriptCommand` class provides an interface for running source control commands via a script.
[#initWithCommandDescription:]
[#returnValueFromInfo:]
[#returnScriptResultUsingInfo:]
[#requestDidFinish:]
[#performRequestWithItems:onSCMManager:]
[#runCommandOnItems:inProject:]
[#runCommandOnProject:]
[#argumentsForRequest]
[#requestType]
`- (id)initWithCommandDescription:(id)arg1`
`- (id)returnValueFromInfo:(id)arg1`
`- (void)returnScriptResultUsingInfo:(id)arg1`
`- (void)requestDidFinish:(id)arg1`
`- (id)performRequestWithItems:(id)arg1 onSCMManager:(id)arg2`
`- (id)runCommandOnItems:(id)arg1 inProject:(id)arg2`
`- (id)runCommandOnProject:(id)arg1`
`- (id)argumentsForRequest`
`- (id)requestType`