Uses of Class
jenkins.model.SimplePageDecorator
-
Packages that use SimplePageDecorator Package Description hudson jenkins.model -
-
Uses of SimplePageDecorator in hudson
Methods in hudson that return SimplePageDecorator Modifier and Type Method Description static SimplePageDecorator
Functions. getSimplePageDecorator()
Gets only oneSimplePageDecorator
.Methods in hudson that return types with arguments of type SimplePageDecorator Modifier and Type Method Description static List<SimplePageDecorator>
Functions. getSimplePageDecorators()
-
Uses of SimplePageDecorator in jenkins.model
Subclasses of SimplePageDecorator in jenkins.model Modifier and Type Class Description class
DefaultSimplePageDecorator
In case there are no other implementations we will fallback to this implementation.Methods in jenkins.model that return SimplePageDecorator Modifier and Type Method Description static SimplePageDecorator
SimplePageDecorator. first()
The first found LoginDecorator, there can only be one.Methods in jenkins.model that return types with arguments of type SimplePageDecorator Modifier and Type Method Description static List<SimplePageDecorator>
SimplePageDecorator. all()
Returns all login page decorators.Descriptor<SimplePageDecorator>
SimplePageDecorator. getDescriptor()
-