public class ApplicationLink extends EntityPropertiesBuilder<ApplicationLinkProperties>
| Constructor and Description |
|---|
ApplicationLink() |
| Modifier and Type | Method and Description |
|---|---|
protected ApplicationLinkProperties |
build() |
ApplicationLink |
id(@NotNull String id)
Link to an application by its application id.
|
ApplicationLink |
name(@NotNull String name)
Link to an application by name.
|
public ApplicationLink name(@NotNull @NotNull String name)
name - name of the application, as shown in Bamboo "Application links" pagepublic ApplicationLink id(@NotNull @NotNull String id)
Id of the application can be found in application manifest, available at <application_url>/rest/applinks/latest/manifest.
id - of the applicationprotected ApplicationLinkProperties build()
build in class EntityPropertiesBuilder<ApplicationLinkProperties>Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.