Class BitbucketApiUtils
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.impl.util.BitbucketApiUtils
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class BitbucketApiUtils
extends Object
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ListBoxModel
getFromBitbucket
(jenkins.scm.api.SCMSourceOwner context, String serverURL, String credentialsId, String repoOwner, String repository, BitbucketApiUtils.BitbucketSupplier<ListBoxModel> listBoxModelSupplier) static boolean
isCloud
(BitbucketApi client) static boolean
-
Constructor Details
-
BitbucketApiUtils
public BitbucketApiUtils()
-
-
Method Details
-
isCloud
-
isCloud
-
getFromBitbucket
public static ListBoxModel getFromBitbucket(jenkins.scm.api.SCMSourceOwner context, String serverURL, String credentialsId, String repoOwner, String repository, BitbucketApiUtils.BitbucketSupplier<ListBoxModel> listBoxModelSupplier) throws FormFillFailure - Throws:
FormFillFailure
-