Uses of Class
org.jenkins.plugin.templateWorkflows.TemplateWorkflowInstance

Uses of TemplateWorkflowInstance in org.jenkins.plugin.templateWorkflows
 

Methods in org.jenkins.plugin.templateWorkflows that return TemplateWorkflowInstance
 TemplateWorkflowInstance TemplateWorkflowInstances.get(String instanceName)
           
 

Methods in org.jenkins.plugin.templateWorkflows that return types with arguments of type TemplateWorkflowInstance
 Map<String,TemplateWorkflowInstance> TemplateWorkflowInstances.getInstances()
           
 Collection<TemplateWorkflowInstance> TemplatesWorkflowJob.getTemplateInstances()
           
 Collection<TemplateWorkflowInstance> TemplateWorkflowInstances.values()
           
 

Methods in org.jenkins.plugin.templateWorkflows with parameters of type TemplateWorkflowInstance
 void TemplateWorkflowInstances.put(String instanceName, TemplateWorkflowInstance instance)
           
 

Constructor parameters in org.jenkins.plugin.templateWorkflows with type arguments of type TemplateWorkflowInstance
TemplateWorkflowInstances(Map<String,TemplateWorkflowInstance> instances)
           
 



Copyright © 2004-2012. All Rights Reserved.