public class Platform extends Object
| Constructor and Description |
|---|
Platform(String name,
List<Deployer> deployers) |
| Modifier and Type | Method and Description |
|---|---|
List<Deployer> |
getDeployers() |
String |
getName() |
void |
setDeployers(List<Deployer> deployers) |
void |
setName(String name) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.