API |
Environment.findAPIByExchangeAsset(@NotNull String groupId,
@NotNull String assetId,
@NotNull String assetVersion) |
API |
Environment.findAPIByExchangeAsset(@NotNull String groupId,
@NotNull String assetId,
@NotNull String assetVersion,
@Nullable String label) |
API |
Environment.findAPIByExchangeAssetNameAndVersion(@NotNull String name,
@NotNull String version) |
API |
Environment.findAPIByExchangeAssetNameAndVersion(@NotNull String name,
@NotNull String version,
@Nullable String label) |
APISpec |
Organization.findAPISpecsByNameAndVersion(String name,
String version) |
CHApplication |
Environment.findCHApplicationByDomain(String domain) |
CHMuleVersion |
Environment.findCHMuleVersion(String muleVersion) |
ClientApplication |
Organization.findClientApplicationByName(@NotNull String name) |
ClientApplication |
Organization.findClientApplicationByName(@NotNull String name,
boolean fullData) |
DesignCenterProject |
Organization.findDesignCenterProject(String name) |
Environment |
AnypointClient.findEnvironment(String organizationName,
String environmentName,
boolean createOrganization,
boolean createEnvironment,
Environment.Type createEnvironmentType) |
@NotNull Environment |
Organization.findEnvironmentById(@NotNull String id) |
static @NotNull Environment |
Environment.findEnvironmentById(@NotNull String id,
@NotNull AnypointClient client,
@NotNull Organization organization) |
@NotNull Environment |
Organization.findEnvironmentByName(@NotNull String name) |
static @NotNull Environment |
Environment.findEnvironmentByName(@NotNull String name,
@NotNull AnypointClient client,
@NotNull Organization organization) |
ExchangeAsset |
Organization.findExchangeAsset(@NotNull String groupId,
@NotNull String assetId) |
AssetVersion |
Organization.findExchangeAssetVersion(@NotNull String groupId,
@NotNull String assetId,
@NotNull String version) |
@NotNull Organization |
AnypointClient.findOrganization(String name) |
Organization |
AnypointClient.findOrganizationById(String id) |
@NotNull Server |
Environment.findServerByName(@NotNull String name) |
VPC |
Organization.findVPCByName(String name) |
CHWorkerType |
Environment.findWorkerTypeByName(String name) |
void |
Organization.provisionVPC(File file,
boolean deleteExisting) |
VPC |
Organization.provisionVPC(VPCProvisioningDescriptor vd,
boolean deleteExisting) |
Environment |
Environment.refresh()
Refresh environment data (this will retrieve extra data compared to an environment object obtained from an organization)
|