Uses of Class
org.jenkinsci.plugins.fodupload.models.AttributeDefinition
-
Packages that use AttributeDefinition Package Description org.jenkinsci.plugins.fodupload org.jenkinsci.plugins.fodupload.controllers org.jenkinsci.plugins.fodupload.models.response -
-
Uses of AttributeDefinition in org.jenkinsci.plugins.fodupload
Method parameters in org.jenkinsci.plugins.fodupload with type arguments of type AttributeDefinition Modifier and Type Method Description static Result<ApplicationAttribute[]>
AttributesHelper. parseAttributes(String attributesInput, List<AttributeDefinition> attributeDefinitions)
-
Uses of AttributeDefinition in org.jenkinsci.plugins.fodupload.controllers
Methods in org.jenkinsci.plugins.fodupload.controllers that return types with arguments of type AttributeDefinition Modifier and Type Method Description List<AttributeDefinition>
AttributesController. getAttributeDefinitions()
-
Uses of AttributeDefinition in org.jenkinsci.plugins.fodupload.models.response
Methods in org.jenkinsci.plugins.fodupload.models.response that return AttributeDefinition Modifier and Type Method Description AttributeDefinition
FodAttributeMapItem. getDefinition()
Constructors in org.jenkinsci.plugins.fodupload.models.response with parameters of type AttributeDefinition Constructor Description FodAttributeMapItem(String key, String value, AttributeDefinition definition)
-