| Package | Description |
|---|---|
| org.jboss.hal.client.deployment | |
| org.jboss.hal.client.deployment.dialog | |
| org.jboss.hal.core.deployment |
| Modifier and Type | Method and Description |
|---|---|
void |
BrowseContentPresenter.MyView.setContent(Content content) |
void |
BrowseContentView.setContent(Content content) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeployContentDialog1.DeployCallback.deploy(Content content,
List<String> serverGroups,
boolean enable) |
void |
DeployContentDialog1.UndeployCallback.undeploy(Content content,
List<String> serverGroups) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeployContentDialog2.DeployCallback.deploy(String serverGroup,
List<Content> content,
boolean enable) |
| Constructor and Description |
|---|
DeployContentDialog1(Content content,
Set<String> serverGroupsWithoutContent,
Resources resources,
DeployContentDialog1.DeployCallback callback) |
DeployContentDialog1(Content content,
Set<String> serverGroupsWithContent,
Resources resources,
DeployContentDialog1.UndeployCallback callback) |
| Constructor and Description |
|---|
DeployContentDialog2(String serverGroup,
List<Content> content,
Resources resources,
DeployContentDialog2.DeployCallback deployCallback) |
| Modifier and Type | Class and Description |
|---|---|
class |
Deployment
A deployment on a specific server.
|
class |
ServerGroupDeployment
A deployed content used in domain mode.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.