Java Doc for BugTracker.java in  » Test-Coverage » salome-tmf » org » objectweb » salome_tmf » plugins » core » 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 » org.objectweb.salome_tmf.plugins.core 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.objectweb.salome_tmf.plugins.core.BugTracker

All known Subclasses:   salomeTMF_plug.mantis.MantisPlugin,  salomeTMF_plug.bugzilla.BugzillaPlugin,
BugTracker
public interface BugTracker (Code)


Field Summary
final public static  intCRITICAL
    
final public static  intMAJOR
    


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  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<Test> testSelected)
    
public  intgetEnvNbBugs(Environment env, boolean onlyCorretedBugs)
    
public  intgetQsScoreDefectForTest(Test test, Environment env)
    
public  ColorgetStateDefect(Attachment pAttachment)
    
public  voidinitBugTracker(Object ihm)
    
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_status, String short_desc, String bug_OS, String bug_priority, String bug_platform, String bug_env, String bug_reproducibility, String bug_resolution)
    
public  voidshowBug(Attachment attach)
    
public  voidshowBugInBugTracker(Attachment attach)
    
public  voidshowEnvironmentBugs(Environment env)
    
public  voidsuspend()
    

Field Detail
CRITICAL
final public static int CRITICAL(Code)



MAJOR
final public static int MAJOR(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)
Adds a bug to the bug tracking database
Parameters:
  long_desc -
Parameters:
  assigned_to -
Parameters:
  url_attach -
Parameters:
  bug_severity -
Parameters:
  short_desc -
Parameters:
  bug_OS -
Parameters:
  bug_priority -
Parameters:
  bug_platform -
Parameters:
  pExec -
Parameters:
  pExecRes -
Parameters:
  ptest -
throws:
  Exception -



addEnvironment
public void addEnvironment(Environment environment) throws Exception(Code)
Adds an environment to the bug tracking database
Parameters:
  environment - The environment to add to the bug tracking database



addProject
public void addProject(Project project) throws Exception(Code)
Adds a project to the bug tracking database
Parameters:
  project - The project to add to the bug tracking database



addUser
public void addUser(User user) throws Exception(Code)
Adds a user to the bug tracking database
Parameters:
  user - The user to add to the bug tracking database



getAdditionalBugDesc
public String getAdditionalBugDesc()(Code)



getBugID
public String getBugID(Attachment pAttachment)(Code)
Return the bug ID of the defect représenting by pAttachment
Parameters:
  pAttachment -



getBugOSList
public Vector getBugOSList()(Code)
Returns OS list



getBugPlateformList
public Vector getBugPlateformList()(Code)
Returns plateform list



getBugPriorityList
public Vector getBugPriorityList()(Code)
Returns priority list



getBugSeverityList
public Vector getBugSeverityList()(Code)
Returns severity list



getBugTrackerAllUsers
public Vector getBugTrackerAllUsers()(Code)
Returns the list of bugTracking users



getBugTrackerAttachDesc
public String getBugTrackerAttachDesc()(Code)
Get bug tracker attachment description bug tracker name



getBugTrackerName
public String getBugTrackerName()(Code)
Get bug tracker name bug tracker name



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)
Autonaume Defect view for adding defect IHM called by salome if isAutonaume return true
Parameters:
  actionName -
Parameters:
  actionDesc -
Parameters:
  actionAwatedRes -
Parameters:
  actionEffectiveRes -



getDefectPanelForTests
public JPanel getDefectPanelForTests(Vector<Test> testSelected)(Code)



getEnvNbBugs
public int getEnvNbBugs(Environment env, boolean onlyCorretedBugs)(Code)
Calculates the number of bugs with specifier severity and correction
Parameters:
  Environment -
Parameters:
  severity -
Parameters:
  onlyCorretedBugs - The number of critical bugs in current project



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



getStateDefect
public Color getStateDefect(Attachment pAttachment)(Code)
A panel représenting state of defect by color or null



initBugTracker
public void initBugTracker(Object ihm) throws Exception(Code)
Bug Tracker initialisation
Parameters:
  Applet - instance



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)
Returns "true" if current user in Salomé TMF exists in bug tracker's database, "false" if not "true" if current user in Salomé TMF exists in bug tracker's database, "false" if not



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_status, 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 -



showBug
public void showBug(Attachment attach)(Code)
Shows a bug from the bug (in bugtarker or using class AskNewBug)
Parameters:
  The - attachment which represents the bug



showBugInBugTracker
public void showBugInBugTracker(Attachment attach)(Code)
Shows a bug from the bug in the bug tracker
Parameters:
  The - attachment which represents the bug



showEnvironmentBugs
public void showEnvironmentBugs(Environment env)(Code)
Shows the bug list for an environment
Parameters:
  Environment -



suspend
public void suspend()(Code)



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