Uses of Class
com.atlassian.bamboo.specs.api.model.applink.ApplicationLinkProperties
-
Packages that use ApplicationLinkProperties Package Description com.atlassian.bamboo.specs.api.builders.applink Application Links (for instance to integrate with JIRA or Bitbucket Server).com.atlassian.bamboo.specs.model.repository.bitbucket.server Bitbucket Server repository type. -
-
Uses of ApplicationLinkProperties in com.atlassian.bamboo.specs.api.builders.applink
Methods in com.atlassian.bamboo.specs.api.builders.applink that return ApplicationLinkProperties Modifier and Type Method Description protected ApplicationLinkPropertiesApplicationLink. build() -
Uses of ApplicationLinkProperties in com.atlassian.bamboo.specs.model.repository.bitbucket.server
Methods in com.atlassian.bamboo.specs.model.repository.bitbucket.server that return ApplicationLinkProperties Modifier and Type Method Description @Nullable ApplicationLinkPropertiesBitbucketServerRepositoryProperties. getServer()Constructors in com.atlassian.bamboo.specs.model.repository.bitbucket.server with parameters of type ApplicationLinkProperties Constructor Description BitbucketServerRepositoryProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid, @Nullable java.lang.String description, @Nullable java.lang.String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable ApplicationLinkProperties server, @Nullable java.lang.String projectKey, @Nullable java.lang.String repositorySlug, @Nullable java.lang.String sshPublicKey, @Nullable java.lang.String sshPrivateKey, @Nullable java.lang.String sshCloneUrl, @Nullable java.lang.String branch, @Nullable ProjectProperties project, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, @NotNull java.time.Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, @Nullable BitbucketServerMirrorProperties mirror)BitbucketServerRepositoryProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid, @Nullable java.lang.String description, @Nullable java.lang.String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable ApplicationLinkProperties server, @Nullable java.lang.String projectKey, @Nullable java.lang.String repositorySlug, @Nullable java.lang.String sshPublicKey, @Nullable java.lang.String sshPrivateKey, @Nullable java.lang.String sshCloneUrl, @Nullable java.lang.String branch, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, @NotNull java.time.Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, @Nullable BitbucketServerMirrorProperties mirror)
-