Class SafeArchiveServingAction

  • All Implemented Interfaces:
    hudson.model.Action, hudson.model.ModelObject
    Direct Known Subclasses:
    SafeArchiveServingRunAction

    public class SafeArchiveServingAction
    extends Object
    implements hudson.model.Action
    • Constructor Detail

      • SafeArchiveServingAction

        public SafeArchiveServingAction​(File rootDir,
                                        String urlName,
                                        String indexFile,
                                        String iconName,
                                        String title,
                                        String... safeExtensions)
    • Method Detail

      • getIconFileName

        public String getIconFileName()
        Specified by:
        getIconFileName in interface hudson.model.Action
      • getDisplayName

        public String getDisplayName()
        Specified by:
        getDisplayName in interface hudson.model.Action
        Specified by:
        getDisplayName in interface hudson.model.ModelObject
      • getUrlName

        public String getUrlName()
        Specified by:
        getUrlName in interface hudson.model.Action
      • getRootDir

        public File getRootDir()
      • doDynamic

        public void doDynamic​(org.kohsuke.stapler.StaplerRequest req,
                              org.kohsuke.stapler.StaplerResponse rsp)
                       throws IOException,
                              javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException