Uses of Class
org.jenkinsci.plugins.gwt.GenericVariable
Packages that use GenericVariable
-
Uses of GenericVariable in org.jenkinsci.plugins.gwt
Methods in org.jenkinsci.plugins.gwt that return types with arguments of type GenericVariableConstructor parameters in org.jenkinsci.plugins.gwt with type arguments of type GenericVariableModifierConstructorDescriptionGenericTrigger(List<GenericVariable> genericVariables, List<GenericRequestVariable> genericRequestVariables, List<GenericHeaderVariable> genericHeaderVariables) -
Uses of GenericVariable in org.jenkinsci.plugins.gwt.resolvers
Methods in org.jenkinsci.plugins.gwt.resolvers with parameters of type GenericVariableModifier and TypeMethodDescriptionXmlFlattener.flattenXmlNode(GenericVariable gv, NodeList nodeList) Method parameters in org.jenkinsci.plugins.gwt.resolvers with type arguments of type GenericVariableModifier and TypeMethodDescriptionPostContentParameterResolver.getPostContentParameters(List<GenericVariable> configuredGenericVariables, String incomingPostContent, boolean shouldNotFlatten) Constructor parameters in org.jenkinsci.plugins.gwt.resolvers with type arguments of type GenericVariableModifierConstructorDescriptionVariablesResolver(Map<String, List<String>> incomingHeaders, Map<String, String[]> incomingParameterMap, String incomingPostContent, List<GenericVariable> configuredGenericVariables, List<GenericRequestVariable> configuredGenericRequestVariables, List<GenericHeaderVariable> configuredGenericHeaderVariables, boolean shouldNotFlatten)