| Package | Description |
|---|---|
| com.atlassian.marketplace.client.api |
Interfaces and immutable value classes used in the Atlassian Marketplace API.
|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
static HostingType |
HostingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostingType[] |
HostingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<HostingType> |
AddonQuery.getHostings() |
List<HostingType> |
QueryProperties.MultiHosting.getHostings()
The hosting type that the client is using to restrict the query, if any.
|
Optional<HostingType> |
ApplicationVersionsQuery.safeGetHosting() |
Optional<HostingType> |
AddonQuery.safeGetHosting() |
Optional<HostingType> |
QueryProperties.Hosting.safeGetHosting()
The hosting type that the client is using to restrict the query, if any.
|
Optional<HostingType> |
AddonVersionsQuery.safeGetHosting() |
Optional<HostingType> |
ProductQuery.safeGetHosting() |
| Modifier and Type | Method and Description |
|---|---|
T |
QueryBuilderProperties.MultiHosting.hosting(List<HostingType> hostings)
Restricts the query to add-ons that support the given hosting types.
|
AddonQuery.Builder |
AddonQuery.Builder.hosting(List<HostingType> hosting) |
T |
QueryBuilderProperties.Hosting.hosting(Optional<HostingType> hosting)
Restricts the query to add-ons that support the given hosting type.
|
ApplicationVersionsQuery.Builder |
ApplicationVersionsQuery.Builder.hosting(Optional<HostingType> hosting) |
AddonQuery.Builder |
AddonQuery.Builder.hosting(Optional<HostingType> hosting) |
AddonVersionsQuery.Builder |
AddonVersionsQuery.Builder.hosting(Optional<HostingType> hosting) |
ProductQuery.Builder |
ProductQuery.Builder.hosting(Optional<HostingType> hosting) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<VersionCompatibility> |
VersionCompatibility.compatibleWith(com.google.common.base.Predicate<ApplicationKey> applicationCriteria,
HostingType hostingType,
int build) |
boolean |
ProductVersion.isCompatibleWith(ApplicationKey application,
HostingType hosting,
int buildNumber) |
boolean |
AddonVersion.isCompatibleWith(com.google.common.base.Predicate<ApplicationKey> applicationCriteria,
HostingType hostingType,
int build)
Shortcut for testing whether the version is compatible with the specified application
build and hosting type.
|
boolean |
VersionCompatibility.isCompatibleWith(com.google.common.base.Predicate<ApplicationKey> applicationCriteria,
HostingType hostingType,
int build) |
Copyright © 2019 Atlassian. All rights reserved.