Package | Description |
---|---|
io.cdap.cdap.api.app |
An Application is a logical grouping of
Datasets and
programs. |
io.cdap.cdap.api.artifact |
Classes related to artifacts.
|
Modifier and Type | Method and Description |
---|---|
default List<ArtifactId> |
ApplicationUpdateContext.getPluginArtifacts(String pluginType,
String pluginName,
ArtifactVersionRange pluginRange)
Returns list of available plugin artifacts based on given parameters.
|
List<ArtifactId> |
ApplicationUpdateContext.getPluginArtifacts(String pluginType,
String pluginName,
ArtifactVersionRange pluginRange,
int limit)
Returns list of available plugin artifacts based on given parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
ArtifactRange
Represents a range of versions for an artifact.
|
Modifier and Type | Method and Description |
---|---|
static ArtifactVersionRange |
ArtifactVersionRange.parse(String artifactVersionStr) |
Constructor and Description |
---|
ArtifactRange(String namespace,
String name,
ArtifactVersionRange range) |
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.