Class ApplicationLink
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<ApplicationLinkProperties>
com.atlassian.bamboo.specs.api.builders.applink.ApplicationLink
Represents application link between Bamboo and another application, for instance Bitbucket Server.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ApplicationLinkProperties
build()
Link to an application by its application id.Link to an application by name.
-
Constructor Details
-
ApplicationLink
public ApplicationLink()
-
-
Method Details
-
name
Link to an application by name.- Parameters:
name
- name of the application, as shown in Bamboo "Application links" page
-
id
Link to an application by its application id.Id of the application can be found in application manifest, available at <application_url>/rest/applinks/latest/manifest.
- Parameters:
id
- of the application
-
build
- Specified by:
build
in classEntityPropertiesBuilder<ApplicationLinkProperties>
-