public class InstallRequest extends AbstractExtensionRequest
org.xwiki.extension.job.internal.InstallJob.| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_EXTENSION_PROPERTIES |
PROPERTY_EXCLUDEDEXTENSIONS, PROPERTY_EXTENSIONS, PROPERTY_NAMESPACESPROPERTY_INTERACTIVE, PROPERTY_REMOTE| Constructor and Description |
|---|
InstallRequest()
Default constructor.
|
InstallRequest(Request request) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getExtensionProperties() |
Object |
setExtensionProperty(String key,
Object value)
Sets a custom extension property to be set on each of the extensions that are going to be installed from this
request.
|
addExcludedExtension, addExtension, addNamespace, getExcludedExtensions, getExtensions, getNamespaces, hasNamespacescontainsProperty, getId, getProperty, getProperty, getPropertyNames, isInteractive, isRemote, isVerbose, removeProperty, setId, setId, setInteractive, setProperty, setRemote, setVerboseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsProperty, getId, getProperty, getProperty, getPropertyNames, isInteractive, isRemote, isVerbosepublic static final String PROPERTY_EXTENSION_PROPERTIES
public InstallRequest()
public InstallRequest(Request request)
request - the request to copy@Unstable public Map<String,Object> getExtensionProperties()
@Unstable public Object setExtensionProperty(String key, Object value)
key - the property namevalue - the new property valueCopyright © 2004–2015 XWiki. All rights reserved.