org.hudsonci.plugins.vault.ui
Class UploadedFileUI
java.lang.Object
org.hudsonci.utils.plugin.ui.UIComponentSupport<P>
org.hudsonci.utils.plugin.ui.AdministratorUIComponent<UploadsUI>
org.hudsonci.plugins.vault.ui.UploadedFileUI
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class UploadedFileUI
- extends org.hudsonci.utils.plugin.ui.AdministratorUIComponent<UploadsUI>
User-interface for uploaded file.
- Author:
- Jason Dillon
| Fields inherited from class org.hudsonci.utils.plugin.ui.UIComponentSupport |
parent |
| Methods inherited from class org.hudsonci.utils.plugin.ui.AdministratorUIComponent |
checkPermission, getViewPermission |
| Methods inherited from class org.hudsonci.utils.plugin.ui.UIComponentSupport |
checkPermission, getBaseRestURI, getHelpPath, getIconFileName, getIconPath, getImagesPath, getPageTitle, getParent, getPluginName, getPluginPath, getPluginWrapper, getRootPath, getSidePanelOwner, getUrlName, redirect, redirectAncestor, redirectAncestor, redirectParent, redirectSelf |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UploadedFileUI
public UploadedFileUI(UploadsUI parent,
File data)
getData
@JellyAccessible
public File getData()
getDisplayName
public String getDisplayName()
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action- Overrides:
getIconFileName in class org.hudsonci.utils.plugin.ui.UIComponentSupport<UploadsUI>
doDelete
@StaplerAccessible
public void doDelete(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse resp)
throws Exception
- Throws:
Exception
doExtract
@StaplerAccessible
public void doExtract(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse resp,
@QueryParameter(value="path",required=true,fixEmpty=true)
String path)
throws Exception
- Throws:
Exception
Copyright © 2004-2012 Hudson. All Rights Reserved.