Uses of Class
com.openshift.jenkins.plugins.ClusterConfig
-
Packages that use ClusterConfig Package Description com.openshift.jenkins.plugins com.openshift.jenkins.plugins.freestyle -
-
Uses of ClusterConfig in com.openshift.jenkins.plugins
Fields in com.openshift.jenkins.plugins with type parameters of type ClusterConfig Modifier and Type Field Description List<ClusterConfig>
OpenShift.DescriptorImpl. clusterConfigs
Methods in com.openshift.jenkins.plugins that return ClusterConfig Modifier and Type Method Description ClusterConfig
OpenShift.DescriptorImpl. getClusterConfig(String name)
Determines if a cluster has been configured with a given name.Methods in com.openshift.jenkins.plugins that return types with arguments of type ClusterConfig Modifier and Type Method Description List<ClusterConfig>
OpenShift.DescriptorImpl. getClusterConfigs()
Methods in com.openshift.jenkins.plugins with parameters of type ClusterConfig Modifier and Type Method Description void
OpenShift.DescriptorImpl. addClusterConfig(ClusterConfig clusterConfig)
void
OpenShift.DescriptorImpl. removeClusterConfig(ClusterConfig clusterConfig)
Method parameters in com.openshift.jenkins.plugins with type arguments of type ClusterConfig Modifier and Type Method Description void
OpenShift.DescriptorImpl. setClusterConfigs(List<ClusterConfig> configs)
-
Uses of ClusterConfig in com.openshift.jenkins.plugins.freestyle
Methods in com.openshift.jenkins.plugins.freestyle that return ClusterConfig Modifier and Type Method Description protected ClusterConfig
BaseStep. getCluster(Map<String,String> overrides)
-