Package com.cloudogu.scmmanager.info
Interface JobInformationResolver
- All Known Subinterfaces:
ScmInformationResolver
- All Known Implementing Classes:
GitScmInformationResolver,HgScmInformationResolver,PullRequestJobInformationResolver,SvnScmInformationResolver
public interface JobInformationResolver
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.
-
Method Details
-
resolve
Deprecated.useresolve(Run, SCM)instead.Useresolve(Run, SCM)instead.- Parameters:
run- the buildjob- the job which is currently build- Returns:
- collection of job information
-
resolve
-
resolve(Run, SCM)instead.