Class ConfigFilesAction
java.lang.Object
org.jenkinsci.plugins.configfiles.ConfigFilesAction
- All Implemented Interfaces:
Action
,ModelObject
,org.kohsuke.stapler.StaplerProxy
handles a request like `http://localhost:8080/jenkins/job/myjob/configfiles/show?id=MY_FILE_ID`
to allow the preview of a config file with the ID 'MY_FILE_ID' from a config screen.
-
Field Details
-
JELLY_RESOURCES_PATH
- See Also:
-
-
Constructor Details
-
ConfigFilesAction
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
getTarget
- Specified by:
getTarget
in interfaceorg.kohsuke.stapler.StaplerProxy
-
doShow
public void doShow(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, @QueryParameter("id") String fileId, @AncestorInPath ItemGroup group) throws IOException, javax.servlet.ServletException - Throws:
IOException
javax.servlet.ServletException
-