Java Doc for Issue.java in  » IDE-Netbeans » nbbuild » org » netbeans » nbbuild » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Netbeans » nbbuild » org.netbeans.nbbuild 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.nbbuild.Issue

Issue
final public class Issue extends Object implements Comparable(Code)
Represents on issue in issuezilla. Created by Issuezilla.getBug
author:
   Ivan Bradac, refactored by Jaroslav Tulach

Inner Class :final public static class Description

Field Summary
final static  StringASSIGNED_TO
    
final static  StringBLOCKS
    
final static  StringCC
    
final static  StringCOMMENT
    
final static  StringCOMPONENT
    
final static  StringCREATED
    
final static  StringDEPENDS_ON
    
final static  StringISSUE_ID
    
final static  StringISSUE_STATUS
    
final static  StringISSUE_TYPE
    
final static  StringKEYWORDS
    
final static  StringLONG_DESC
    
final static  StringLONG_DESC_LIST
    
final static  StringOP_SYS
    
final static  StringPRIORITY
    
final static  StringREPORTER
    
final static  StringREP_PLATFORM
    
final static  StringRESOLUTION
    
final static  StringSHORT_DESC
    
final static  StringSTATUS_WHITEBOARD
    
final static  StringSUBCOMPONENT
    
final static  StringTARGET_MILESTONE
     The target milestone attribute name.
final static  StringVERSION
    
final static  StringVOTES
    


Method Summary
public  intcompareTo(Object o)
    
public  booleancontainsKeyword(String keyword)
    
public  StringgetAssignedTo()
     Who is assigned to this bug.
 ObjectgetAttribute(String name)
     Package private getter, it is expected to add getter for useful issues.
public  int[]getBlocks()
     A list of bugs that this issue blocks.
public  StringgetComponent()
     Name of the component this issue belongs to.
public  DategetCreated()
     A time when this issue has been created.
public  int[]getDependsOn()
     A list of bugs that depends on this one.
public  Description[]getDescriptions()
     Getter of descriptions.
public  StringgetDuration()
    
public  intgetId()
     Gets the id as an Integer.
public  StringgetKeywords()
     All keywords of the issue.
public  String[]getObservedBy()
     Everyone who is interested in the issue.
public  intgetPriority()
     Priority of the issue.
public  StringgetReportedBy()
     Who reported the bug.
public  StringgetResolution()
     Resolution: Fixed, etc...
public  StringgetStatus()
     Status of the bug, verified, etc.
public  StringgetSubcomponent()
     Name of subcomponent this issue belongs to.
public  StringgetSummary()
     The summary or short description of the bug.
public  StringgetTargetMilestone()
     Name of the milestone this issue should be resolved in.
public  StringgetType()
     Type of the issue: Bug, Enhancement, Task, etc...
public  intgetVotes()
     Number of votes for given component.
final public  StringgetWhiteboardAttribute(String attribute)
     Get status white board attribute.
 voidsetAttribute(String name, Object value)
     Setter of values, package private.
public  StringtoString()
     Converts the object to textual representation.

Field Detail
ASSIGNED_TO
final static String ASSIGNED_TO(Code)



BLOCKS
final static String BLOCKS(Code)



CC
final static String CC(Code)



COMMENT
final static String COMMENT(Code)



COMPONENT
final static String COMPONENT(Code)



CREATED
final static String CREATED(Code)



DEPENDS_ON
final static String DEPENDS_ON(Code)



ISSUE_ID
final static String ISSUE_ID(Code)



ISSUE_STATUS
final static String ISSUE_STATUS(Code)



ISSUE_TYPE
final static String ISSUE_TYPE(Code)



KEYWORDS
final static String KEYWORDS(Code)



LONG_DESC
final static String LONG_DESC(Code)



LONG_DESC_LIST
final static String LONG_DESC_LIST(Code)
Name of the attribute containing the long_desc as a list



OP_SYS
final static String OP_SYS(Code)



PRIORITY
final static String PRIORITY(Code)



REPORTER
final static String REPORTER(Code)



REP_PLATFORM
final static String REP_PLATFORM(Code)



RESOLUTION
final static String RESOLUTION(Code)



SHORT_DESC
final static String SHORT_DESC(Code)



STATUS_WHITEBOARD
final static String STATUS_WHITEBOARD(Code)



SUBCOMPONENT
final static String SUBCOMPONENT(Code)



TARGET_MILESTONE
final static String TARGET_MILESTONE(Code)
The target milestone attribute name.



VERSION
final static String VERSION(Code)



VOTES
final static String VOTES(Code)





Method Detail
compareTo
public int compareTo(Object o)(Code)
Compares issues by their ID



containsKeyword
public boolean containsKeyword(String keyword)(Code)
Check if the this issue has the specified keyword true if specified keyword is set in this issue,otherwise false.



getAssignedTo
public String getAssignedTo()(Code)
Who is assigned to this bug. name of person assigned to this bug



getAttribute
Object getAttribute(String name)(Code)
Package private getter, it is expected to add getter for useful issues.



getBlocks
public int[] getBlocks()(Code)
A list of bugs that this issue blocks. array of integer numbers of those bugs or empty array



getComponent
public String getComponent()(Code)
Name of the component this issue belongs to. string name



getCreated
public Date getCreated()(Code)
A time when this issue has been created. the date or begining of epoch if wrongly defined



getDependsOn
public int[] getDependsOn()(Code)
A list of bugs that depends on this one. array of integer numbers of those bugs or empty array



getDescriptions
public Description[] getDescriptions()(Code)
Getter of descriptions. array of descriptions



getDuration
public String getDuration()(Code)



getId
public int getId()(Code)
Gets the id as an Integer. the issue_id as



getKeywords
public String getKeywords()(Code)
All keywords of the issue. Keywords deliminated by comma or empty string



getObservedBy
public String[] getObservedBy()(Code)
Everyone who is interested in the issue. array of names or empty array if nobody is



getPriority
public int getPriority()(Code)
Priority of the issue. integer describing priority, -1 if unknown



getReportedBy
public String getReportedBy()(Code)
Who reported the bug. name of the reporter



getResolution
public String getResolution()(Code)
Resolution: Fixed, etc... textual name of resolution.



getStatus
public String getStatus()(Code)
Status of the bug, verified, etc. textual name of the status.



getSubcomponent
public String getSubcomponent()(Code)
Name of subcomponent this issue belongs to. string name



getSummary
public String getSummary()(Code)
The summary or short description of the bug. string



getTargetMilestone
public String getTargetMilestone()(Code)
Name of the milestone this issue should be resolved in. string name



getType
public String getType()(Code)
Type of the issue: Bug, Enhancement, Task, etc... textual name of issue type



getVotes
public int getVotes()(Code)
Number of votes for given component. integer representing number of votes or 0 is no votes present



getWhiteboardAttribute
final public String getWhiteboardAttribute(String attribute)(Code)
Get status white board attribute. Status whiteboard attributes are convetionally defined in form name:WORD=value:WORD e.g. duration=50 or lines=1000.
Parameters:
  attribute - name token representing attribute value or null



setAttribute
void setAttribute(String name, Object value)(Code)
Setter of values, package private.



toString
public String toString()(Code)
Converts the object to textual representation. a text description of the issue



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.