Uses of Class
jenkins.model.TransientActionFactory
-
Packages that use TransientActionFactory Package Description jenkins.model jenkins.tasks -
-
Uses of TransientActionFactory in jenkins.model
Subclasses of TransientActionFactory in jenkins.model Modifier and Type Class Description static class
RenameAction.TransientActionFactoryImpl
Methods in jenkins.model that return types with arguments of type TransientActionFactory Modifier and Type Method Description static Iterable<? extends TransientActionFactory<?>>
TransientActionFactory. factoriesFor(Class<?> type, Class<? extends Action> actionType)
-
Uses of TransientActionFactory in jenkins.tasks
Subclasses of TransientActionFactory in jenkins.tasks Modifier and Type Class Description static class
SimpleBuildStep.LastBuildActionFactory
-