public final class DeploymentUtil
extends java.lang.Object
| Constructor and Description |
|---|
DeploymentUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List |
findAllocatedTestServers(java.lang.String store)
Returns the test servers allocated to the given store.
|
static org.alfresco.service.cmr.repository.NodeRef |
findDeploymentAttempt(java.lang.String attemptId)
Retrieves the NodeRef of the deploymentattempt node with the given id
|
static java.util.List |
findDeploymentAttempts(java.lang.String store)
Returns all deployment attempts for the given store
|
static java.util.List |
findDeploymentAttempts(java.lang.String store,
java.util.Date fromDate,
java.util.Date toDate)
Returns all deployment attempts for the given store
|
public static java.util.List findDeploymentAttempts(java.lang.String store)
store - The store to get the deployment attempts forpublic static java.util.List findDeploymentAttempts(java.lang.String store,
java.util.Date fromDate,
java.util.Date toDate)
store - The store to get the deployment attempts forfromDate - If present only attempts after the given date are returnedtoDate - If present only attempts before the given date are returned, if null
toDate defaults to today's datepublic static org.alfresco.service.cmr.repository.NodeRef findDeploymentAttempt(java.lang.String attemptId)
attemptId - The deployattemptid of the node to be foundpublic static java.util.List findAllocatedTestServers(java.lang.String store)
store - The store to get the test server forCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.