Class BitbucketSCMSourceRequest.BitbucketRevisionFactory<I>
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceRequest.BitbucketRevisionFactory<I>
- All Implemented Interfaces:
jenkins.scm.api.trait.SCMSourceRequest.LazyRevisionLambda<jenkins.scm.api.SCMHead,
jenkins.scm.api.SCMRevision, I>
- Enclosing class:
- BitbucketSCMSourceRequest
public static class BitbucketSCMSourceRequest.BitbucketRevisionFactory<I>
extends Object
implements jenkins.scm.api.trait.SCMSourceRequest.LazyRevisionLambda<jenkins.scm.api.SCMHead,jenkins.scm.api.SCMRevision,I>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BitbucketRevisionFactory
-
-
Method Details
-
create
@NonNull public jenkins.scm.api.SCMRevision create(@NonNull jenkins.scm.api.SCMHead head, @Nullable I input) throws IOException, InterruptedException - Specified by:
create
in interfacejenkins.scm.api.trait.SCMSourceRequest.LazyRevisionLambda<jenkins.scm.api.SCMHead,
jenkins.scm.api.SCMRevision, I> - Throws:
IOException
InterruptedException
-
create
@NonNull public jenkins.scm.api.SCMRevision create(@NonNull jenkins.scm.api.SCMHead head, @Nullable I sourceInput, @Nullable I targetInput) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-