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