Class BitbucketSCMRepositoryHelper
- java.lang.Object
-
- com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepositoryHelper
-
@Singleton public class BitbucketSCMRepositoryHelper extends Object
Class to help get theBitbucketSCMRepository
from a run.
-
-
Constructor Summary
Constructors Constructor Description BitbucketSCMRepositoryHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitbucketSCMRepository
getRepository(Run<?,?> build, SCM scm)
-
-
-
Method Detail
-
getRepository
@CheckForNull public BitbucketSCMRepository getRepository(Run<?,?> build, SCM scm)
-
-