public interface OrchestrationProcess
Modifier and Type | Method and Description |
---|---|
java.util.List<ProcessVariable> |
getProcessVariables()
Return a list of variables defined in the process.
|
ProcessVariable |
getVariable(java.lang.String varName)
Return a variable defined in the process with the given name.
|
java.util.List<ProcessVariable> getProcessVariables()
ProcessVariable
s.ProcessVariable getVariable(java.lang.String varName)
varName
- Name of the variable.ProcessVariable
with the given name, null if none found.?? 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.