| Package | Description |
|---|---|
| b4j.core |
Provides the core classes that allow interaction with a Bugzilla instance.
|
| b4j.core.session |
Provides classes that implement the session protocols for interacting with
a Bugzilla instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIssue.DefaultAttachment
An attachment definition.
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Issue.addAttachment()
Creates and adds an attachment to this bug record.
|
Attachment |
DefaultIssue.addAttachment()
Creates and adds an attachment to this bug record.
|
Attachment |
Issue.getAttachment(long id)
returns the attachment with the given id.
|
Attachment |
DefaultIssue.getAttachment(long id)
returns the attachment with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Attachment> |
Issue.getAttachmentIterator()
Returns all attachments.
|
Iterator<Attachment> |
DefaultIssue.getAttachmentIterator()
Returns all attachments.
|
Iterator<Attachment> |
DefaultIssue.DefaultLongDescription.getAttachmentIterator()
Returns all attachments.
|
Iterator<Attachment> |
LongDescription.getAttachmentIterator()
Returns all attachments.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
Session.getAttachment(Attachment attachment)
Returns an input stream that will contain the attachment's content.
|
boolean |
Issue.removeAttachment(Attachment o)
Removes an attachment.
|
boolean |
DefaultIssue.removeAttachment(Attachment o)
Removes an attachment.
|
boolean |
DefaultIssue.DefaultLongDescription.removeAttachment(Attachment o)
Removes an attachment.
|
boolean |
LongDescription.removeAttachment(Attachment o)
Removes an attachment.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
HttpBugzillaSession.getAttachment(Attachment attachment)
Returns an input stream that will contain the attachment's content.
|
InputStream |
MySQLBugzillaSession.getAttachment(Attachment attachment)
Returns an input stream that will contain the attachment's content.
|
InputStream |
XmlRpcJiraSession.getAttachment(Attachment attachment)
Returns an input stream that will contain the attachment's content.
|
InputStream |
HttpJiraSession.getAttachment(Attachment attachment)
Returns an input stream that will contain the attachment's content.
|
Copyright © 2012. All Rights Reserved.