@Deprecated public class AgentVersionsService.VersionCommands extends Object
| Constructor and Description |
|---|
VersionCommands()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DistributionInfo> |
getAllDistributionInfo()
Deprecated.
|
Set<String> |
getAvailableDistributionInfoNames()
Deprecated.
|
CCSVersions |
getCCSVersions()
Deprecated.
|
DistributionInfo |
getDistributionInfo()
Deprecated.
|
DistributionInfo |
getDistributionInfoByName(String name)
Deprecated.
|
@Command(description="Get the all the Agent\'s DistributionInfo.", type=QUERY, category=SYSTEM) @Deprecated public Map<String,DistributionInfo> getAllDistributionInfo()
@Command(description="Get the all the Agent\'s DistributionInfo names.", type=QUERY, category=SYSTEM) @Deprecated public Set<String> getAvailableDistributionInfoNames()
@Command(description="Get an Agent\'s DistributionInfo by name.", type=QUERY, category=SYSTEM) @Deprecated public DistributionInfo getDistributionInfoByName(String name)
@Command(description="Get the CCS Versions for the current CCS Environment", type=QUERY, category=SYSTEM) @Deprecated public CCSVersions getCCSVersions()
@Command(description="Get the Agent\'s DistributionInfo object.", type=QUERY, category=SYSTEM) @Deprecated public DistributionInfo getDistributionInfo()
Agent.
The DistributionInfo object contains version information about the
distribution from which this Agent was launched.Agent.Copyright © 2022 LSST. All rights reserved.