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