Class BitbucketSCMNavigatorRequest

java.lang.Object
jenkins.scm.api.trait.SCMNavigatorRequest
com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMNavigatorRequest
All Implemented Interfaces:
Closeable, AutoCloseable

public class BitbucketSCMNavigatorRequest extends jenkins.scm.api.trait.SCMNavigatorRequest
The SCMNavigatorRequest for bitbucket.
Since:
2.2.0
  • Constructor Details

    • BitbucketSCMNavigatorRequest

      protected BitbucketSCMNavigatorRequest(@NonNull jenkins.scm.api.SCMNavigator source, @NonNull BitbucketSCMNavigatorContext context, @NonNull jenkins.scm.api.SCMSourceObserver observer)
      Constructor.
      Parameters:
      source - the source.
      context - the context.
      observer - the observer.
  • Method Details