Uses of Class
com.atlassian.bamboo.specs.api.builders.applink.ApplicationLink
-
Packages that use ApplicationLink Package Description com.atlassian.bamboo.specs.api.builders.applink Application Links (for instance to integrate with JIRA or Bitbucket Server).com.atlassian.bamboo.specs.builders.repository.bitbucket.server Bitbucket Server repository type. -
-
Uses of ApplicationLink in com.atlassian.bamboo.specs.api.builders.applink
Methods in com.atlassian.bamboo.specs.api.builders.applink that return ApplicationLink Modifier and Type Method Description ApplicationLinkApplicationLink. id(@NotNull java.lang.String id)Link to an application by its application id.ApplicationLinkApplicationLink. name(@NotNull java.lang.String name)Link to an application by name. -
Uses of ApplicationLink in com.atlassian.bamboo.specs.builders.repository.bitbucket.server
Methods in com.atlassian.bamboo.specs.builders.repository.bitbucket.server with parameters of type ApplicationLink Modifier and Type Method Description BitbucketServerRepositoryBitbucketServerRepository. server(@NotNull ApplicationLink server)Selects Bitbucket Server instance which hosts this repository.
-