Getting an instance of ICheckinOperation
Hi All,
I'm working on writing a custom build task that will run on the mainframe. One thing I'm struggling with is how to get an instance of ICheckinOperation. How do I get an IRepositoryResolver object?
I coded the below line just to move on and surpass compiler errors.
Any help would be really appreciated.
Thanks,
Scott
I'm working on writing a custom build task that will run on the mainframe. One thing I'm struggling with is how to get an instance of ICheckinOperation. How do I get an IRepositoryResolver object?
I coded the below line just to move on and surpass compiler errors.
ICheckinOperation operation = IOperationFactory.instance.getCheckinOperation(new CheckinOperationDilemmaHandler(), (IRepositoryResolver)getTeamRepository().root().getAdapter(IRepositoryResolver.class));
Any help would be really appreciated.
Thanks,
Scott