public abstract class AddonVersionBase extends Object implements Entity
AddonVersion and AddonVersionSummary.| Constructor and Description |
|---|
AddonVersionBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.atlassian.fugue.Option<ArtifactInfo> |
getArtifactInfo() |
abstract com.atlassian.fugue.Option<URI> |
getArtifactUri() |
Iterable<ConnectScope> |
getConnectScopes() |
com.atlassian.fugue.Option<URI> |
getLicenseUri() |
Links |
getLinks()
The top-level links for the resource.
|
String |
getName()
The version string, e.g.
|
PaymentModel |
getPaymentModel() |
AddonVersionReleaseProperties |
getReleaseProperties() |
abstract com.atlassian.fugue.Option<URI> |
getRemoteDescriptorUri() |
URI |
getSelfUri()
The "self" link for the resource.
|
AddonVersionStatus |
getStatus() |
boolean |
isAutoUpdateAllowed() |
boolean |
isCloud() |
boolean |
isConnect() |
boolean |
isDataCenterCompatible() |
boolean |
isDeployable()
True if this version can be installed directly via the Plugin Manager.
|
boolean |
isServer() |
boolean |
isStatic() |
public Links getLinks()
Entitypublic URI getSelfUri()
EntitygetSelfUri in interface Entitypublic String getName()
public PaymentModel getPaymentModel()
public AddonVersionStatus getStatus()
public AddonVersionReleaseProperties getReleaseProperties()
public boolean isStatic()
public boolean isDeployable()
public Iterable<ConnectScope> getConnectScopes()
public boolean isServer()
public boolean isCloud()
public boolean isAutoUpdateAllowed()
public boolean isConnect()
public boolean isDataCenterCompatible()
public com.atlassian.fugue.Option<URI> getLicenseUri()
public abstract com.atlassian.fugue.Option<ArtifactInfo> getArtifactInfo()
public abstract com.atlassian.fugue.Option<URI> getArtifactUri()
public abstract com.atlassian.fugue.Option<URI> getRemoteDescriptorUri()
Copyright © 2016 Atlassian. All rights reserved.