|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.rest.v2.issue.AttachmentBeanBuilder
public class AttachmentBeanBuilder
Builder for AttachmentBean instances.
Constructor Summary | |
---|---|
AttachmentBeanBuilder(URI baseUri,
UserManager userManager,
ThumbnailManager thumbnailManager,
Attachment attachment)
Creates a new AttachmentBeanBuilder. |
Method Summary | |
---|---|
AttachmentBean |
build()
Builds a new AttachmentBean. |
AttachmentBeanBuilder |
context(javax.ws.rs.core.UriInfo context)
Sets the context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttachmentBeanBuilder(URI baseUri, UserManager userManager, ThumbnailManager thumbnailManager, Attachment attachment)
baseUri
- a URI containing the JIRA base URIuserManager
- a UserManagerthumbnailManager
- a ThumbnailManagerattachment
- an AttachmentMethod Detail |
---|
public AttachmentBeanBuilder context(javax.ws.rs.core.UriInfo context)
context
- a UriInfo
public AttachmentBean build() throws IllegalStateException
IllegalStateException
- if any of this builder's properties is not set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |