It's all about the answers!

Ask a question

Getting an instance of ICheckinOperation


Scott Pecnik (122) | asked Mar 27 '12, 5:54 p.m.
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.


ICheckinOperation operation = IOperationFactory.instance.getCheckinOperation(new CheckinOperationDilemmaHandler(), (IRepositoryResolver)getTeamRepository().root().getAdapter(IRepositoryResolver.class));


Any help would be really appreciated.

Thanks,
Scott

Be the first one to answer this question!


Register or to post your answer.