Uses of Class
cn.opsbox.jenkinsci.plugins.cps.OesTemplateFlowDefinitionConfiguration
-
Packages that use OesTemplateFlowDefinitionConfiguration Package Description cn.opsbox.jenkinsci.plugins.cps -
-
Uses of OesTemplateFlowDefinitionConfiguration in cn.opsbox.jenkinsci.plugins.cps
Subclasses of OesTemplateFlowDefinitionConfiguration in cn.opsbox.jenkinsci.plugins.cps Modifier and Type Class Description class
ConfigFileProviderOesTemplateFlowDefinitionConfiguration
class
ConsoleOesTemplateFlowDefinitionConfiguration
class
ScmOesTemplateFlowDefinitionConfiguration
Fields in cn.opsbox.jenkinsci.plugins.cps declared as OesTemplateFlowDefinitionConfiguration Modifier and Type Field Description protected OesTemplateFlowDefinitionConfiguration
CpsTemplateFlowDefinition. configProvider
protected OesTemplateFlowDefinitionConfiguration
OesTemplateWorkflowBranchProjectFactory. configProvider
protected OesTemplateFlowDefinitionConfiguration
OesTemplateWorkflowMultiBranchProjectFactory. configProvider
Methods in cn.opsbox.jenkinsci.plugins.cps that return types with arguments of type OesTemplateFlowDefinitionConfiguration Modifier and Type Method Description static DescriptorExtensionList<OesTemplateFlowDefinitionConfiguration,OesTemplateFlowDefinitionConfiguration.DescriptorImpl>
OesTemplateFlowDefinitionConfiguration.DescriptorImpl. all()
Methods in cn.opsbox.jenkinsci.plugins.cps with parameters of type OesTemplateFlowDefinitionConfiguration Modifier and Type Method Description void
OesTemplateFlowDefinition. setConfigProvider(OesTemplateFlowDefinitionConfiguration configProvider)
Constructors in cn.opsbox.jenkinsci.plugins.cps with parameters of type OesTemplateFlowDefinitionConfiguration Constructor Description OesTemplateWorkflowBranchProjectFactory(String localMarker, OesTemplateFlowDefinitionConfiguration configProvider, String parameters)
OesTemplateWorkflowMultiBranchProjectFactory(String localMarker, OesTemplateFlowDefinitionConfiguration configProvider, String parameters)
-