Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketCommit
-
Packages that use BitbucketCommit Package Description com.atlassian.bitbucket.jenkins.internal.client Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.scm Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketCommit in com.atlassian.bitbucket.jenkins.internal.client
Methods in com.atlassian.bitbucket.jenkins.internal.client that return BitbucketCommit Modifier and Type Method Description BitbucketCommit
BitbucketCommitClient. getCommit(String identifier)
Gets the commit details for the given identifierBitbucketCommit
BitbucketCommitClientImpl. getCommit(String identifier)
-
Uses of BitbucketCommit in com.atlassian.bitbucket.jenkins.internal.scm
Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketCommit Constructor Description BitbucketBranchSCMHead(String name, BitbucketCommit commit)
-