Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketNamedLink
-
Packages that use BitbucketNamedLink Package Description com.atlassian.bitbucket.jenkins.internal.model Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketNamedLink in com.atlassian.bitbucket.jenkins.internal.model
Methods in com.atlassian.bitbucket.jenkins.internal.model that return types with arguments of type BitbucketNamedLink Modifier and Type Method Description Optional<BitbucketNamedLink>BitbucketMirroredRepository. getCloneUrl(CloneProtocol cloneProtocol)Optional<BitbucketNamedLink>BitbucketRepository. getCloneUrl(CloneProtocol cloneProtocol)List<BitbucketNamedLink>BitbucketMirroredRepository. getCloneUrls()List<BitbucketNamedLink>BitbucketRepository. getCloneUrls()Map<String,List<BitbucketNamedLink>>BitbucketMirroredRepository. getLinks()Map<String,List<BitbucketNamedLink>>BitbucketMirroredRepositoryDescriptor. getLinks()Constructor parameters in com.atlassian.bitbucket.jenkins.internal.model with type arguments of type BitbucketNamedLink Constructor Description BitbucketMirroredRepository(boolean available, Map<String,List<BitbucketNamedLink>> links, String mirrorName, int repositoryId, BitbucketMirroredRepositoryStatus status)BitbucketMirroredRepositoryDescriptor(Map<String,List<BitbucketNamedLink>> links, BitbucketMirror mirrorServer)BitbucketProject(String key, Map<String,List<BitbucketNamedLink>> links, String name)BitbucketRepository(int repositoryId, String name, BitbucketProject project, String slug, RepositoryState state, List<BitbucketNamedLink> cloneUrls, String selfLink)BitbucketRepository(int id, String name, Map<String,List<BitbucketNamedLink>> links, BitbucketProject project, String slug, RepositoryState state)
-