com.atlassian.bamboo.ww2.actions.project
Class DecoratedApplicationLink
java.lang.Object
com.atlassian.bamboo.ww2.actions.project.DecoratedApplicationLink
- All Implemented Interfaces:
- Comparable<DecoratedApplicationLink>
public class DecoratedApplicationLink
- extends Object
- implements Comparable<DecoratedApplicationLink>
Decorated version of ApplicationLink
Note: this class has a natural ordering that is inconsistent with equals
Constructor Summary |
DecoratedApplicationLink(com.atlassian.core.i18n.I18nTextProvider i18nTextProvider,
com.atlassian.applinks.api.ApplicationLink applicationLink)
|
DecoratedApplicationLink
public DecoratedApplicationLink(@NotNull
com.atlassian.core.i18n.I18nTextProvider i18nTextProvider,
@NotNull
com.atlassian.applinks.api.ApplicationLink applicationLink)
compareTo
public int compareTo(DecoratedApplicationLink o)
- Specified by:
compareTo
in interface Comparable<DecoratedApplicationLink>
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getJson
@NotNull
public com.opensymphony.webwork.dispatcher.json.JSONObject getJson()
throws com.opensymphony.webwork.dispatcher.json.JSONException
- Throws:
com.opensymphony.webwork.dispatcher.json.JSONException
getId
public String getId()
getType
public DecoratedApplicationType getType()
getDisplayName
public String getDisplayName()
getDisplayUrl
public String getDisplayUrl()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.