public interface Issue
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAllCc(Collection<? extends String> c)
Adds multiple emails to the CC list.
|
void |
addAllCustomFields(Map<String,List<String>> p)
Adds all custom fields.
|
void |
addAllCustomFields(String key,
List<String> values)
Adds all values to a custom field.
|
Attachment |
addAttachment()
Creates and adds an attachment to this bug record.
|
boolean |
addCc(String e)
Adds a email to the CC list.
|
void |
addChild(IssueLink l) |
void |
addLink(IssueLink l) |
LongDescription |
addLongDescription()
Creates a new and empty long description text.
|
void |
clearAttachments()
Removes all attachments.
|
void |
clearCc()
Clears the CC list.
|
void |
clearCustomFields()
Clears all custom fields.
|
void |
clearLongDescriptions()
Removes all long description texts.
|
double |
getActualTime()
Returns the actual time in hours.
|
String |
getAlias()
Returns the alias name of the bug.
|
String |
getAssignee()
Returns the assignee's ID of this bug.
|
String |
getAssigneeName()
Returns the assignee's name of this bug.
|
String |
getAssigneeTeam()
Returns the assignee's team of this bug.
|
Attachment |
getAttachment(long id)
returns the attachment with the given id.
|
int |
getAttachmentCount()
Returns the number of attachments.
|
Iterator<Attachment> |
getAttachmentIterator()
Returns all attachments.
|
long |
getBlocked() |
String |
getBugzillaUri()
Returns the URI representing the Bugzilla instance this
bug was retrieved from.
|
String |
getBugzillaVersion()
Returns the version of Bugzilla this bug was retrieved from.
|
int |
getCcCount()
Returns the number of CCs.
|
Iterator<String> |
getCcIterator()
Returns all CCs of this bug.
|
int |
getChildCount() |
List<IssueLink> |
getChildren() |
String |
getClassification()
Returns the classification name for this bug.
|
String |
getComponent()
Returns the component name for this bug.
|
Date |
getCreationTimestamp()
Returns the timestamp when this bug was created.
|
List<String> |
getCustomField(String key)
Returns a list of all values of a field (or null)
|
int |
getCustomFieldCount()
Returns the number of custom fields.
|
Iterator<String> |
getCustomFieldNames()
Returns the names of all custom fields.
|
String |
getCustomFieldString(String key)
Returns first value of a field (or null)
|
String |
getCustomFieldString(String key,
int idx)
Returns the n-th value of a field (or null)
|
Date |
getDeadline()
Returns the deadline time.
|
Date |
getDeltaTimestamp()
Returns the timestamp when this bug was last changed.
|
double |
getEstimatedTime()
Returns the estimated time in hours.
|
String |
getFileLocation()
Returns the file location given in this bug.
|
String |
getId()
Returns the Bugzilla bug ID.
|
String |
getLink()
Returns the link for this bug.
|
int |
getLinkCount() |
List<IssueLink> |
getLinks() |
LongDescription |
getLongDescription(String id)
Returns the comment with given id.
|
int |
getLongDescriptionCount()
Returns the number of long description texts.
|
Iterator<LongDescription> |
getLongDescriptionIterator()
Returns all long description records.
|
String |
getOpSys()
Returns the operating system for this bug.
|
String |
getParentId()
Returns the parent id
|
String |
getPriority()
Returns the priority of this bug.
|
String |
getProduct()
Returns the product name for this bug.
|
String |
getQaContact()
Returns the QA contact.
|
double |
getRemainingTime()
Returns the remaining time in hours.
|
String |
getReporter()
Returns the reporter's ID of this bug.
|
String |
getReporterName()
Returns the reporter's name of this bug.
|
String |
getReporterTeam()
Returns the reporter's team of this bug.
|
String |
getRepPlatform()
Returns the reporter's platform.
|
String |
getResolution()
Returns the resolution status of this bug.
|
String |
getSeverity()
Returns the severity for this bug.
|
String |
getShortDescription()
Returns the summary of the nug.
|
String |
getStatus()
Returns the status of this bug.
|
String |
getTargetMilestone()
Returns the target milestone.
|
long |
getType()
Returns the type id.
|
String |
getTypeName() |
String |
getVersion()
Returns the version of the product for this bug.
|
String |
getWhiteboard()
Returns the whiteboard status.
|
boolean |
isCancelled()
Tells whether this bug can be regarded as cancelled.
|
boolean |
isCclistAccessible() |
boolean |
isClosed()
Tells whether this bug can be regarded as closed.
|
boolean |
isDuplicate()
Tells whether this bug is a duplicate.
|
boolean |
isEverConfirmed() |
boolean |
isInProgress()
Tells whether this bug can be regarded as progressing.
|
boolean |
isOpen()
Tells whether a bug must be regarded as still open.
|
boolean |
isReporterAccessible() |
boolean |
isResolved()
Tells whether this bug can be regarded as resolved.
|
boolean |
removeAllCc(Collection<?> c)
Removes all given CCs from this bug.
|
boolean |
removeAttachment(Attachment o)
Removes an attachment.
|
boolean |
removeCc(Object o)
Removes a CC.
|
void |
removeCustomField(String key,
String value)
Removes a value from a custom field.
|
boolean |
removeLongDescription(LongDescription o)
Removes a specific long description record.
|
void |
removeParameter(String key)
Removes all values of a custom field.
|
void |
setActualTime(double actualTime)
Sets the actual time in hours.
|
void |
setAlias(String alias)
Sets the alias name of this bug.
|
void |
setAssignee(String assignee)
Sets the assignee's ID for this bug.
|
void |
setAssigneeName(String assigneeName)
Sets the assignee's name for this bug.
|
void |
setAssigneeTeam(String assigneeTeam)
Sets the assignee's team for this bug.
|
void |
setBlocked(long blocked) |
void |
setBugzillaUri(String bugzillaUri)
Sets the Bugzilla instance URI
|
void |
setBugzillaVersion(String bugzillaVersion)
Sets the Bugzilla version.
|
void |
setCclistAccessible(boolean cclistAccessible) |
void |
setClassification(String classification)
Sets the classification name for this bug.
|
void |
setComponent(String component)
Sets the component name for this bug.
|
void |
setCreationTimestamp(Date creationTimestamp)
Sets the time of bug creation.
|
void |
setCustomField(String key,
String value)
Adds a custom field value.
|
void |
setDeadline(Date deadline)
Sets the dealine time.
|
void |
setDeltaTimestamp(Date deltaTimestamp)
Sets the timestamp of last change.
|
void |
setEstimatedTime(double estimatedTime)
Sets the estimated time in hours.
|
void |
setEverConfirmed(boolean everConfirmed) |
void |
setFileLocation(String fileLocation)
Sets the file location information.
|
void |
setId(String id)
Sets the Bugzilla bug ID
|
void |
setLink(String link)
Sets the link for this bug.
|
void |
setOpSys(String opSys)
Sets the operating system for this bug.
|
void |
setParentId(String parentId) |
void |
setPriority(String priority)
Sets the priority for this bug.
|
void |
setProduct(String product)
Sets the product name for this bug.
|
void |
setQaContact(String qaContact)
Sets the QA contact.
|
void |
setRemainingTime(double remainingTime)
Sets the remaining time in hours.
|
void |
setReporter(String reporter)
Sets the reporter's ID of this bug.
|
void |
setReporterAccessible(boolean reporterAccessible) |
void |
setReporterName(String reporterName)
Sets the reporter's name of this bug.
|
void |
setReporterTeam(String reporterTeam)
Sets the reporter's team of this bug.
|
void |
setRepPlatform(String repPlatform)
Sets the reporter's platform.
|
void |
setResolution(String resolution)
Sets the resolution status.
|
void |
setSeverity(String severity)
Sets the severity for this bug.
|
void |
setShortDescription(String shortDescription)
Sets the summary or short description of this bug.
|
void |
setStatus(String status)
Sets the status of this bug.
|
void |
setTargetMilestone(String targetMilestone)
Sets the target milestone.
|
void |
setType(long typeId)
Sets the ID of the type.
|
void |
setTypeName(String typeName) |
void |
setVersion(String version)
Sets the product version for this bug.
|
void |
setWhiteboard(String whiteboard)
Sets the whiteboard status for this bug.
|
String getBugzillaVersion()
void setBugzillaVersion(String bugzillaVersion)
bugzillaVersion - - version to be setString getBugzillaUri()
void setBugzillaUri(String bugzillaUri)
bugzillaUri - - the URI to setString getId()
void setId(String id)
id - - the ID to setString getParentId()
void setParentId(String parentId)
parentId - the parentId to setDate getCreationTimestamp()
void setCreationTimestamp(Date creationTimestamp)
creationTimestamp - - the timestamp to setString getShortDescription()
void setShortDescription(String shortDescription)
shortDescription - - the summary to setDate getDeltaTimestamp()
void setDeltaTimestamp(Date deltaTimestamp)
deltaTimestamp - - the timestamp to setboolean isReporterAccessible()
void setReporterAccessible(boolean reporterAccessible)
reporterAccessible - - the reporterAccessible to setboolean isCclistAccessible()
void setCclistAccessible(boolean cclistAccessible)
cclistAccessible - - the cclistAccessible to setlong getType()
void setType(long typeId)
typeId - - the type ID to setString getTypeName()
void setTypeName(String typeName)
typeName - the type name to setString getClassification()
void setClassification(String classification)
classification - - the classification name to setString getProduct()
void setProduct(String product)
product - - the product name to setString getComponent()
void setComponent(String component)
component - - the component name to setString getVersion()
getBugzillaVersion().void setVersion(String version)
setBugzillaVersion(String).version - - the product version to setString getRepPlatform()
void setRepPlatform(String repPlatform)
repPlatform - - the platform to setString getOpSys()
void setOpSys(String opSys)
opSys - - the operating system to setString getLink()
void setLink(String link)
link - - the link to setString getStatus()
void setStatus(String status)
status - - the status to setString getResolution()
void setResolution(String resolution)
resolution - - the resolution to setString getPriority()
void setPriority(String priority)
priority - - the priority to setString getSeverity()
void setSeverity(String severity)
severity - - the severity to setString getTargetMilestone()
void setTargetMilestone(String targetMilestone)
targetMilestone - - the target milestone to setboolean isEverConfirmed()
void setEverConfirmed(boolean everConfirmed)
everConfirmed - the everConfirmed to setString getReporter()
void setReporter(String reporter)
reporter - - the reporter ID to setString getReporterName()
void setReporterName(String reporterName)
reporterName - - the reporter name to setString getReporterTeam()
void setReporterTeam(String reporterTeam)
reporterTeam - - the reporter team to setString getAssigneeName()
void setAssigneeName(String assigneeName)
assigneeName - - the assignee name to setString getAssigneeTeam()
void setAssigneeTeam(String assigneeTeam)
assigneeTeam - - the assignee team to setString getAssignee()
void setAssignee(String assignee)
assignee - - the assignee ID to setString getQaContact()
void setQaContact(String qaContact)
qaContact - - the QA contact to setString getFileLocation()
void setFileLocation(String fileLocation)
fileLocation - - the file location to setboolean addCc(String e)
e - - the CC to addboolean addAllCc(Collection<? extends String> c)
c - - the CCs to addvoid clearCc()
Iterator<String> getCcIterator()
boolean removeCc(Object o)
o - - the CC to removeboolean removeAllCc(Collection<?> c)
c - - list of CCs to removeint getCcCount()
LongDescription addLongDescription()
void clearLongDescriptions()
Iterator<LongDescription> getLongDescriptionIterator()
boolean removeLongDescription(LongDescription o)
o - - the record to removeint getLongDescriptionCount()
LongDescription getLongDescription(String id)
id - id of commentlong getBlocked()
void setBlocked(long blocked)
blocked - the blocked to setAttachment addAttachment()
void clearAttachments()
Iterator<Attachment> getAttachmentIterator()
boolean removeAttachment(Attachment o)
o - - the attachment to removeint getAttachmentCount()
Attachment getAttachment(long id)
id - id of attachment.void setCustomField(String key, String value)
key - - name of fieldvalue - - value of fieldList<String> getCustomField(String key)
key - - name of fieldString getCustomFieldString(String key)
key - - name of fieldString getCustomFieldString(String key, int idx)
key - - name of fieldidx - - index of valueIterator<String> getCustomFieldNames()
int getCustomFieldCount()
void addAllCustomFields(String key, List<String> values)
key - - name of fieldvalues - - list of values to addvoid addAllCustomFields(Map<String,List<String>> p)
p - - map with names and values of fieldsvoid removeCustomField(String key, String value)
key - - name of fieldvalue - - value to removevoid removeParameter(String key)
key - - name of field.void clearCustomFields()
boolean isClosed()
boolean isInProgress()
boolean isResolved()
boolean isCancelled()
boolean isDuplicate()
boolean isOpen()
String getAlias()
void setAlias(String alias)
alias - - the new aliasString getWhiteboard()
void setWhiteboard(String whiteboard)
whiteboard - - the new whiteboard status.double getEstimatedTime()
void setEstimatedTime(double estimatedTime)
estimatedTime - - new estimated time in hoursdouble getRemainingTime()
void setRemainingTime(double remainingTime)
remainingTime - - new remaining time in hoursdouble getActualTime()
void setActualTime(double actualTime)
actualTime - - new actual time in hoursDate getDeadline()
void setDeadline(Date deadline)
deadline - - the new dealine timevoid addLink(IssueLink l)
int getLinkCount()
void addChild(IssueLink l)
int getChildCount()
Copyright © 2012. All Rights Reserved.