Back to index
Summary
Retrieves tags based on requested criteria.applicationNameStringoptionalThe name of the application. artifactNameStringoptionalThe name of the artifact. artifactVersionNameStringoptionalThe name of the artifact version. catalogItemNameStringoptionalName of the catalog item. catalogNameStringoptionalName of the catalog containing the catalog item. ciBuildNameStringoptionalThe name of ciBuild to associate with a tag link. ciJobDetailNameStringoptionalThe name of CIJobDetail that contains the CI Build. componentNameStringoptionalThe name of the component. entityIdStringoptionalID of the entity to associate with an entity tag link. entityTypeStringoptionalThe entity type to associate with an entity tag link. environmentNameStringoptionalThe name of the environment. environmentTemplateNameStringoptionalThe name of the environment template. flowRuntimeIdStringoptionalID of the flowRuntime to associate with a tag link. gateTypeStringoptionalThe type of the gate. Possible values: "POST" , "PRE" includeApplicationComponentsBooleanoptionalFlag to indicate if the application component needs to be included in the response. jobIdStringoptionalID of the job to associate with a tag link. pipelineNameStringoptionalThe name of the pipeline. procedureNameStringoptionalThe name of the procedure. processNameStringoptionalThe name of the process. processStepNameStringoptionalThe name of the process step. projectNameStringoptionalThe name of the project. releaseNameStringoptionalThe name of the release. resourceNameStringoptionalThe name of the resource. resourcePoolNameStringoptionalThe name of the resourcePool. resourceTemplateNameStringoptionalThe name of the resource template. stageNameStringoptionalThe name of the stage. stepNameStringoptionalThe name of the procedure step. taskNameStringoptionalThe name of the task. triggerNameStringoptionalThe name of the trigger. workItemIdStringoptionalID for the work item to associate with a tag link. workflowDefinitionNameStringoptionalThe name of the workflow definition. workflowIdStringoptionalID of the workflow to associate with a tag link. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getTags( /* optional arguments */ )