| Package | Description |
|---|---|
| org.overlord.sramp.governance | |
| org.overlord.sramp.governance.services |
| Modifier and Type | Method and Description |
|---|---|
List<Target> |
Queries.getTargets() |
Map<String,Target> |
Governance.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
void |
Queries.setTargets(List<Target> targets) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeploymentResource.deployCLI(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType artifact,
Target target,
org.overlord.sramp.client.SrampAtomApiClient client)
Deploys an artifact by deploying to a domain group using the (as7) command line
interface (CLI).
|
protected void |
DeploymentResource.deployCopy(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType artifact,
Target target,
org.overlord.sramp.client.SrampAtomApiClient client)
Deploys an artifact by copying it onto the file system.
|
protected void |
DeploymentResource.deployMaven(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType artifact,
Target target,
org.overlord.sramp.client.SrampAtomApiClient client)
Deploys an artifact to a pre-configured maven repository.
|
protected void |
DeploymentResource.deployRHQ(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType artifact,
Target target,
org.overlord.sramp.client.SrampAtomApiClient client)
Deploys an artifact by deploying to an RHQ group.
|
protected org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType |
DeploymentResource.getCurrentlyDeployedVersion(org.overlord.sramp.client.SrampAtomApiClient client,
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType artifact,
Target target)
Finds the currently deployed version of the given artifact.
|
protected void |
DeploymentResource.recordUndeploymentInfo(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType artifact,
Target target,
Map<String,String> props,
org.overlord.sramp.client.SrampAtomApiClient client)
Records undeployment information for the given artifact.
|
protected void |
DeploymentResource.undeploy(org.overlord.sramp.client.SrampAtomApiClient client,
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType prevVersionArtifact,
Target target)
Undeploys the given artifact.
|
protected void |
DeploymentResource.undeployCLI(org.overlord.sramp.client.SrampAtomApiClient client,
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType prevVersionArtifact,
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType undeployInfo,
Target target)
Undeploy using the JBoss AS CLI.
|
protected void |
DeploymentResource.undeployCopy(org.overlord.sramp.client.SrampAtomApiClient client,
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType prevVersionArtifact,
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType undeployInfo,
Target target)
Undeploy an artifact that was simply copied to a file location.
|
protected void |
DeploymentResource.undeployRHQ(org.overlord.sramp.client.SrampAtomApiClient client,
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType prevVersionArtifact,
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType undeployInfo,
Target target)
Undeploy using JBoss RHQ.
|
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.