public class BatchResource extends AbstractResource
| Constructor and Description |
|---|
BatchResource()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.resteasy.plugins.providers.multipart.MultipartOutput |
zipPackage(javax.servlet.http.HttpServletRequest request,
String fileName,
InputStream content)
S-RAMP atom POST of a package file (.zip) containing the artifacts and meta data that
should be published in the repository.
|
ensureSupportsMark, logErrorpublic org.jboss.resteasy.plugins.providers.multipart.MultipartOutput zipPackage(@Context
javax.servlet.http.HttpServletRequest request,
@HeaderParam(value="Slug")
String fileName,
InputStream content)
throws SrampAtomException
fileName - the name of the .zip file (optional)content - the zip contentSrampAtomExceptionCopyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.