public interface ActivityDeployer
Modifier and Type | Method and Description |
---|---|
void |
deploy(java.lang.String processName,
java.lang.String activityId,
Activity activity)
Deploys an activity for a process.
|
void |
undeploy(java.lang.String processName,
java.lang.String activityId)
Undeploys an activity for a process.
|
void deploy(java.lang.String processName, java.lang.String activityId, Activity activity) throws GException
processName
- Name of the process the activity is for.activityId
- Id of the activity.activity
- Activity configuration.GException
- Thrown if unable to deploy the activity.void undeploy(java.lang.String processName, java.lang.String activityId) throws GException
processName
- Name of the process the activity is for.activityId
- Id of the activity.GException
- Thrown if unable to undeploy the activity.?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.