Class BitbucketSCMNavigatorRequest

  • All Implemented Interfaces:
    Closeable, AutoCloseable

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

      • 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.