|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JiraApplinksService
Method Summary | |
---|---|
com.atlassian.applinks.api.ApplicationLink |
createJiraApplinkWithBasicAuthentication(String name,
URI serverUrl,
String username,
String password)
Create JIRA applink in Bamboo configured with Basic Authentication as outgoing authentication. |
Iterable<com.atlassian.applinks.api.ApplicationLink> |
getJiraApplicationLinks()
Retrieve JIRA application links from all application links defined in Bamboo, returning primary link first and the rest in alphabetical order. |
com.atlassian.applinks.api.ApplicationType |
getJiraApplicationType()
Get ApplicationType class that implements JiraApplicationType |
Iterable<com.atlassian.applinks.api.EntityLink> |
getJiraEntityLinksForProject(Project bambooProject)
Retrieve all JIRA entity links associated with a bamboo project, returning primary link first and the rest in alphabetical order. |
com.atlassian.applinks.api.EntityType |
getJiraProjectEntityType()
Get EntityType that implements JiraProjectEntityType |
boolean |
hasJiraApplicationLink()
Does Bamboo have any application link pointing to a JIRA instance |
Method Detail |
---|
@NotNull com.atlassian.applinks.api.ApplicationLink createJiraApplinkWithBasicAuthentication(@NotNull String name, @NotNull URI serverUrl, @NotNull String username, @NotNull String password) throws com.atlassian.applinks.spi.manifest.ManifestNotFoundException, com.atlassian.applinks.spi.auth.AuthenticationConfigurationException
name
- name of the applink to be createdserverUrl
- JIRA server urlusername
- username to be used in Basic Authenticationpassword
- password to be used in Basic Authentication
ApplicationLink
identifying created connection
com.atlassian.applinks.spi.manifest.ManifestNotFoundException
- when remote JIRA application cannot be localized using serverUrl
com.atlassian.applinks.spi.auth.AuthenticationConfigurationException
- when Basic Authentication cannot be configuredcom.atlassian.applinks.api.ApplicationType getJiraApplicationType()
ApplicationType
class that implements JiraApplicationType
ApplicationType
objectcom.atlassian.applinks.api.EntityType getJiraProjectEntityType()
EntityType
that implements JiraProjectEntityType
EntityType
object@NotNull Iterable<com.atlassian.applinks.api.ApplicationLink> getJiraApplicationLinks()
Iterable
of ApplicationLink
boolean hasJiraApplicationLink()
Iterable<com.atlassian.applinks.api.EntityLink> getJiraEntityLinksForProject(@NotNull Project bambooProject)
bambooProject
- Bamboo project
Iterable
of EntityLink
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |