Class FolderOwnershipActionFactory

java.lang.Object
jenkins.model.TransientActionFactory<com.cloudbees.hudson.plugins.folder.AbstractFolder>
org.jenkinsci.plugins.ownership.model.folders.FolderOwnershipActionFactory
All Implemented Interfaces:
ExtensionPoint

@Extension(optional=true) @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class FolderOwnershipActionFactory extends TransientActionFactory<com.cloudbees.hudson.plugins.folder.AbstractFolder>
Author:
Oleg Nenashev
  • Constructor Details

    • FolderOwnershipActionFactory

      public FolderOwnershipActionFactory()
  • Method Details

    • createFor

      public Collection<? extends Action> createFor(com.cloudbees.hudson.plugins.folder.AbstractFolder target)
      Specified by:
      createFor in class TransientActionFactory<com.cloudbees.hudson.plugins.folder.AbstractFolder>
    • type

      public Class<com.cloudbees.hudson.plugins.folder.AbstractFolder> type()
      Specified by:
      type in class TransientActionFactory<com.cloudbees.hudson.plugins.folder.AbstractFolder>