Java Doc for BugzillaPlugin.java in  » Test-Coverage » salome-tmf » salomeTMF_plug » bugzilla » 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 » Test Coverage » salome tmf » salomeTMF_plug.bugzilla 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


salomeTMF_plug.bugzilla.BugzillaPlugin

BugzillaPlugin
public class BugzillaPlugin extends Plugin implements BugTracker,Observer(Code)


Field Summary
final  StringBUGZILLA_CFG_FILE
    
 Propertiescfg_prop
    
 IDataBaseiDB
    
 BugZillaTrackerpBugZillaTracker
    
static  booleansuspended
    

Constructor Summary
public  BugzillaPlugin(PluginManager arg0, PluginDescriptor arg1)
    

Method Summary
public  AttachmentaddBug(String long_desc, String assigned_to, String url_attach, String bug_severity, String short_desc, String bug_OS, String bug_priority, String bug_platform, String bug_reproductibility, Execution pExec, ExecutionResult pExecRes, Test ptest)
    
public  voidaddEnvironment(Environment environment)
    
public  voidaddProject(Project project)
    
public  voidaddUser(User user)
    
public  voiddeleteEnvironment(String environment)
    
protected  voiddoStart()
    
protected  voiddoStop()
    
public  StringgetAdditionalBugDesc()
    
public  StringgetBugID(Attachment pAttachment)
    
public  VectorgetBugOSList()
    
public  VectorgetBugPlateformList()
    
public  VectorgetBugPriorityList()
    
public  VectorgetBugSeverityList()
    
public  VectorgetBugTrackerAllUsers()
    
public  StringgetBugTrackerAttachDesc()
    
public  StringgetBugTrackerName()
    
public  VectorgetBugTrackerReproductibilityList()
    
public  VectorgetBugTrackerResolutionList()
    
public  VectorgetBugTrackerStatusList()
    
public  JPanelgetBugViewPanel(IBugJDialog pIBugJDialog, String actionName, String actionDesc, String actionAwatedRes, String actionEffectiveRes)
    
public  JPanelgetDefectPanelForTests(Vector testSelected)
    
public  intgetEnvNbBugs(Environment env, boolean onlyCorretedBugs)
    
public  intgetEnvironmentNbBugs(Environment env, int severity, boolean onlyCorretedBugs)
    
public  intgetQsScoreDefectForTest(Test test, Environment env)
    
public  ColorgetStateDefect(Attachment pAttachment)
    
public  voidinitBugTracker(Object iPlugObject)
    
public  booleanisEditableOS()
    
public  booleanisEditablePlateForme()
    
public  booleanisIndependantTracker()
    
public  booleanisSuportIndicators()
    
public  booleanisUserExistsInBugDB()
    
public  booleanisUsesBugReproducibily()
    
public  booleanisUsesBugResolution()
    
public  voidmodifyBug(Attachment pAttach, String long_desc, String assigned_to, String url_attach, String bug_severity, String bug_satus, String short_desc, String bug_OS, String bug_priority, String bug_platform, String bug_env, String bug_reproducibility, String bug_resolution)
    
public  voidresume()
    
public  voidshowBug(Attachment attach)
    
public  voidshowBugInBugTracker(Attachment attach)
    
public  voidshowEnvironmentBugs(Environment env)
    
public  voidsuspend()
    
public  voidupdate(Observable o, Object arg)
    
public  voidupdateEnvironment(String old_component, String new_component, String description)
    

Field Detail
BUGZILLA_CFG_FILE
final String BUGZILLA_CFG_FILE(Code)



cfg_prop
Properties cfg_prop(Code)



iDB
IDataBase iDB(Code)



pBugZillaTracker
BugZillaTracker pBugZillaTracker(Code)



suspended
static boolean suspended(Code)




Constructor Detail
BugzillaPlugin
public BugzillaPlugin(PluginManager arg0, PluginDescriptor arg1)(Code)




Method Detail
addBug
public Attachment addBug(String long_desc, String assigned_to, String url_attach, String bug_severity, String short_desc, String bug_OS, String bug_priority, String bug_platform, String bug_reproductibility, Execution pExec, ExecutionResult pExecRes, Test ptest) throws Exception(Code)

See Also:   org.objectweb.salome_tmf.plugins.core.BugTracker



addEnvironment
public void addEnvironment(Environment environment) throws Exception(Code)

See Also:   org.objectweb.salome_tmf.plugins.core.BugTracker



addProject
public void addProject(Project project) throws Exception(Code)

See Also:   org.objectweb.salome_tmf.plugins.core.BugTracker



addUser
public void addUser(User user) throws Exception(Code)



deleteEnvironment
public void deleteEnvironment(String environment) throws Exception(Code)

See Also:   org.objectweb.salome_tmf.plugins.core.BugTracker



doStart
protected void doStart() throws Exception(Code)



doStop
protected void doStop() throws Exception(Code)



getAdditionalBugDesc
public String getAdditionalBugDesc()(Code)



getBugID
public String getBugID(Attachment pAttachment)(Code)



getBugOSList
public Vector getBugOSList()(Code)



getBugPlateformList
public Vector getBugPlateformList()(Code)



getBugPriorityList
public Vector getBugPriorityList()(Code)



getBugSeverityList
public Vector getBugSeverityList()(Code)



getBugTrackerAllUsers
public Vector getBugTrackerAllUsers()(Code)



getBugTrackerAttachDesc
public String getBugTrackerAttachDesc()(Code)



getBugTrackerName
public String getBugTrackerName()(Code)

throws:
  Exception -
See Also:   org.objectweb.salome_tmf.plugins.core.BugTracker



getBugTrackerReproductibilityList
public Vector getBugTrackerReproductibilityList()(Code)



getBugTrackerResolutionList
public Vector getBugTrackerResolutionList()(Code)



getBugTrackerStatusList
public Vector getBugTrackerStatusList()(Code)



getBugViewPanel
public JPanel getBugViewPanel(IBugJDialog pIBugJDialog, String actionName, String actionDesc, String actionAwatedRes, String actionEffectiveRes)(Code)



getDefectPanelForTests
public JPanel getDefectPanelForTests(Vector testSelected)(Code)



getEnvNbBugs
public int getEnvNbBugs(Environment env, boolean onlyCorretedBugs)(Code)

throws:
  Exception -
See Also:   org.objectweb.salome_tmf.plugins.core.BugTracker



getEnvironmentNbBugs
public int getEnvironmentNbBugs(Environment env, int severity, boolean onlyCorretedBugs)(Code)



getQsScoreDefectForTest
public int getQsScoreDefectForTest(Test test, Environment env)(Code)



getStateDefect
public Color getStateDefect(Attachment pAttachment)(Code)



initBugTracker
public void initBugTracker(Object iPlugObject) throws Exception(Code)

See Also:   org.objectweb.salome_tmf.plugins.core.BugTracker



isEditableOS
public boolean isEditableOS()(Code)



isEditablePlateForme
public boolean isEditablePlateForme()(Code)



isIndependantTracker
public boolean isIndependantTracker()(Code)
true if projet, and user are stored in other DB (not in salome DB)



isSuportIndicators
public boolean isSuportIndicators()(Code)
true if the tracker support ICAL/QSCORE



isUserExistsInBugDB
public boolean isUserExistsInBugDB()(Code)

See Also:   org.objectweb.salome_tmf.plugins.core.BugTracker



isUsesBugReproducibily
public boolean isUsesBugReproducibily()(Code)



isUsesBugResolution
public boolean isUsesBugResolution()(Code)



modifyBug
public void modifyBug(Attachment pAttach, String long_desc, String assigned_to, String url_attach, String bug_severity, String bug_satus, String short_desc, String bug_OS, String bug_priority, String bug_platform, String bug_env, String bug_reproducibility, String bug_resolution) throws Exception(Code)
Modify existing bug représented by pAttach with new values
Parameters:
  pAttach -
Parameters:
  long_desc -
Parameters:
  assigned_to -
Parameters:
  url_attach -
Parameters:
  bug_severity -
Parameters:
  bug_satus -
Parameters:
  short_desc -
Parameters:
  bug_OS -
Parameters:
  bug_priority -
Parameters:
  bug_platform -
Parameters:
  bug_env -
throws:
  Exception -



resume
public void resume()(Code)



showBug
public void showBug(Attachment attach)(Code)

See Also:   org.objectweb.salome_tmf.plugins.core.BugTracker



showBugInBugTracker
public void showBugInBugTracker(Attachment attach)(Code)



showEnvironmentBugs
public void showEnvironmentBugs(Environment env)(Code)

See Also:   org.objectweb.salome_tmf.plugins.core.BugTracker



suspend
public void suspend()(Code)



update
public void update(Observable o, Object arg)(Code)



updateEnvironment
public void updateEnvironment(String old_component, String new_component, String description) throws Exception(Code)

See Also:   org.objectweb.salome_tmf.plugins.core.BugTracker



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