public interface D3Slave
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
D3Slave.State
Represents the state of the replica repository. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBuild()
Returns the build number of the replica node. 
 | 
List<String> | 
getDeliveryProfiles()
Returns the list of delivery profiles to which the replica node is subscribed. 
 | 
String | 
getRepositoryId()
Returns the repository ID of the replica node. 
 | 
String | 
getRepositoryLabel()
Returns the repository label of the replica node. 
 | 
String | 
getSlaveId()
Deprecated. 
 
Since 5.5.0, this method has been replaced by  
getRepositoryLabel(). | 
D3Slave.State | 
getSlaveState()
Returns the current state of the replica node. 
 | 
String getSlaveId()
getRepositoryLabel().String getRepositoryId()
String getRepositoryLabel()
String getBuild()
List<String> getDeliveryProfiles()
D3Slave.State getSlaveState()