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


salomeTMF_plug.mantis.MantisPlugin

MantisPlugin
public class MantisPlugin extends Plugin implements BugTracker,Observer,XMLPrinterPlugin,Common(Code)


Field Summary
final static  StringATTACH_DESC
    
final static  booleanAUTOADD
    
final  intDEFAULT_CORRECTED_VALUE
    
final  StringMANTIS_CFG_FILE
    
final  StringMANTIS_SUB_MENU
    
 intaccess_level
    
 intbugProjectID
    
 intbugUsrID
    
 Propertiescfg_prop
    
 ProjectcurrentProject
    
 UsercurrentUser
    
 HashtabledefectsCache
    
 JCheckBoxexportDefectBox
    
 JPanelexportDefectPanel
    
 booleanisCurrentUserExistsInProject
    
static  Stringmantis_host
    
 DefectPanelpATestDefectPanel
    
 JTabbedPanepATestJTabbedPane
    
 DefectPanelpDefectPanel1
    
 DefectPanelpDefectPanel2
    
 DefectPanelpDefectPanel3
    
 JTabbedPanepJTabbedPane2
    
 JTabbedPanepJTabbedPane3
    
 DefectPanelpMTestDefectPanel
    
 JTabbedPanepMTestJTabbedPane
    
 MantisConnectorpMantisConnector
    
public  HashtablepriorityByID
    
 HashtablepriorityByValues
    
 Vectorpriority_values
    
public  HashtablereproductibilityByID
    
 HashtablereproductibilityByValues
    
 Vectorreproductibility_values
    
public  HashtableresolutionByID
    
 HashtableresolutionByValues
    
 Vectorresolution_values
    
 JTreesalomeDynamicTree
    
static  JTabbedPanesalomeMainTabs
    
public  HashtableseverityByID
    
 HashtableseverityByValues
    
 Vectorseverity_values
    
public  HashtablestatusByID
    
 HashtablestatusByValues
    
 Vectorstatus_values
    
static  booleansuspended
    

Constructor Summary
public  MantisPlugin(PluginManager arg0, PluginDescriptor arg1)
    

Method Summary
public  voidactivatePluginInCampToolsMenu(JMenu campToolsMenu)
    
public  voidactivatePluginInDataToolsMenu(JMenu dataToolsMenu)
    
public  voidactivatePluginInDynamicComponent(Integer uiCompCst)
    
public  voidactivatePluginInStaticComponent(Integer uiCompCst)
    
public  voidactivatePluginInTestToolsMenu(JMenu testToolsMenu)
    
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)
    
 intaddBug(DefectWrapper pDefectWrapper)
    
 voidaddDefectLink(DefectWrapper pDefectSource, DefectWrapper pDefectDestination)
    
public  voidaddEnvironment(Environment environment)
    
 voidaddEnvironment(String envName)
    
public  voidaddProject(Project project)
    
 voidaddTestLinkDefect(ExecutionTestResult pExecutionTestResult, Hashtable pDefectWrappers)
    
public  voidaddUser(User user)
    
public  voidaddXMLElement2Action(Element testElement, Action pAction, XMLWriterPlugin pXMLWriter, String pathAttach)
    
public  voidaddXMLElement2Campaign(Element campaignElement, Campaign pcampaign, XMLWriterPlugin pXMLWriter, String pathAttach)
    
public  voidaddXMLElement2DataSet(Element dataSetElement, DataSet pDataSet, XMLWriterPlugin pXMLWriter, String pathAttach)
    
public  voidaddXMLElement2Environment(Element envElement, Environment pEnv, XMLWriterPlugin pXMLWriter, String pathAttach)
    
public  voidaddXMLElement2Execution(Element execElement, Execution pExecution, XMLWriterPlugin pXMLWriter, String pathAttach)
    
public  voidaddXMLElement2Family(Element familyElement, Family pFamily, XMLWriterPlugin pXMLWriter, String pathAttach)
    
public  voidaddXMLElement2Parameter(Element paramElement, Parameter pParam, XMLWriterPlugin pXMLWriter, String pathAttach)
    
public  voidaddXMLElement2Project(Element projectElement, Project pProject, XMLWriterPlugin pXMLWriter, String pathAttach)
    
public  voidaddXMLElement2ResExecution(Element resExecElement, ExecutionResult pExecRes, XMLWriterPlugin pXMLWriter, String pathAttach)
    
public  voidaddXMLElement2ResTestExecution(Element resTestElem, ExecutionTestResult pExecTestRes, Test pTest, XMLWriterPlugin pXMLWriter, String pathAttach)
    
public  voidaddXMLElement2Root(Element rootElement, XMLWriterPlugin pXMLWriter, String pathAttach)
    
public  voidaddXMLElement2Suite(Element suiteElement, TestList ptestList, XMLWriterPlugin pXMLWriter, String pathAttach)
    
public  voidaddXMLElement2Test(Element testElement, Test pTest, XMLWriterPlugin pXMLWriter, String pathAttach)
    
public  voidallPluginActived(ExtensionPoint commonExtensions, ExtensionPoint testDriverExtensions, ExtensionPoint scriptEngineExtensions, ExtensionPoint bugTrackerExtensions)
    
 booleandeleteConfirme(String quoi)
    
 voiddeleteDefect(DefectWrapper pDefectSource)
    
 voiddeleteDefectLink(DefectWrapper pDefectSource, DefectWrapper pDefectDestination)
    
public  voiddeleteEnvironment(String environment)
    
 voiddeleteTestLinkDefect(ExecutionTestResult pExecutionTestResult, DefectWrapper pDefectSource)
    
 booleandoExport()
    
protected  voiddoStart()
    
protected  voiddoStop()
    
public  voidfreeze()
    
public  StringgetAdditionalBugDesc()
    
 VectorgetBugHistory(DefectWrapper pDefectWrapper)
    
public  StringgetBugID(Attachment pAttachment)
    
public  VectorgetBugOSList()
    
public  VectorgetBugPlateformList()
    
 StringgetBugPriority(Integer i)
    
public  VectorgetBugPriorityList()
    
 StringgetBugReproducibility(Integer i)
    
 StringgetBugResolution(Integer i)
    
 StringgetBugSeverity(Integer i)
    
public  VectorgetBugSeverityList()
    
 StringgetBugStatus(Integer i)
    
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  StringgetChapterTitleInReport()
    
 DefectWrappergetDefectInfo(int id_bug, boolean forceReload)
    
 HashtablegetDefectLink(DefectWrapper pDefectWrapper)
    
public  JPanelgetDefectPanelForTests(Vector testSelected)
    
 HashtablegetDefectsOfProject(boolean forceReload)
    
public  intgetEnvNbBugs(Environment env, boolean onlyCorretedBugs)
    
public  intgetEnvironmentNbBugs(Environment env, int severity, boolean onlyCorretedBugs)
    
public  JPanelgetExportOptionPanel()
    
 intgetIDofBug(Attachment pAttachment)
    
public  JPanelgetImportOptionPanel()
    
 VectorgetOpenDefectWrappersListForTestAndEnv(Test test, Environment env)
    
public  StringgetParameterName(String chapterName)
    
public  intgetQsScoreDefectForTest(Test test, Environment env)
    
public  JPanelgetStateColorPanel()
    
public  ColorgetStateDefect(Attachment pAttachment)
    
public  FilegetTranslationFile()
    
public  VectorgetUsedUIComponents()
    
public  FilegetXSLToImport(boolean dynamicMode, boolean multiFrame, boolean htmlFormat)
    
public  voidinit(Object ihm)
    
public  voidinitBugTracker(Object iPlugObject)
    
public  booleanisActivableInCampToolsMenu()
    
public  booleanisActivableInDataToolsMenu()
    
public  booleanisActivableInTestToolsMenu()
    
public  booleanisEditableOS()
    
public  booleanisEditablePlateForme()
    
 booleanisFiltred(Vector testsList, Test pTest)
    
public  booleanisFreezable()
    
public  booleanisFreezed()
    
public  booleanisIndependantTracker()
    
public  booleanisSuportIndicators()
    
public  booleanisUserExistsInBugDB()
    
public  booleanisUsesBugReproducibily()
    
public  booleanisUsesBugResolution()
    
 voidloadDefectTest(Test pTest, DefectPanel pDefectPanel)
    
 voidloadDefectTest(Vector pTests, DefectPanel pDefectPanel)
    
 UrlAttachmentmakeAttachement(int bug_id)
    
public  voidmanageDelete(Document doc, XMLLoaderPlugin pXMLLoader)
    
 voidmodifyBug(DefectWrapper pDefectWrapper)
    
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  voidrefreshNewData()
    
public  voidsetExport(boolean b)
    
public  voidsetImport(boolean b)
    
public  voidsetTestTree(DynamicTree pDynamicTree)
    
public  voidshowBug(Attachment attach)
    
public  voidshowBugInBugTracker(Attachment attach)
    
public  voidshowEnvironmentBugs(Environment env)
    
public  voidsuspend()
    
public  voidunFreeze()
    
public  voidupdate(Observable o, Object arg)
    
public  voidupdateActionFromXML(Element actionElement, Action pAction, boolean isSupOption, XMLLoaderPlugin pXMLLoader)
    
public  voidupdateCampaignFromXML(Element campaignElement, Campaign pcampaign, boolean isSupOption, XMLLoaderPlugin pXMLLoader)
    
public  voidupdateDataSetFromXML(Element dataSetElement, DataSet pDataSet, boolean isSupOption, XMLLoaderPlugin pXMLLoader)
    
public  voidupdateEnvironment(String old_component, String new_component, String description)
    
public  voidupdateEnvironmentFromXML(Element envElement, Environment pEnv, boolean isSupOption, XMLLoaderPlugin pXMLLoader)
    
public  voidupdateExecutionFromXML(Element execElement, Execution pExecution, boolean isSupOption, XMLLoaderPlugin pXMLLoader)
    
public  voidupdateFamilyFromXML(Element familyElement, Family pFamily, boolean isSupOption, XMLLoaderPlugin pXMLLoader)
    
public  voidupdateParameterFromXML(Element paramElement, Parameter pParam, boolean isSupOption, XMLLoaderPlugin pXMLLoader)
    
public  voidupdateProjectFromXML(Document doc, boolean isSupOption, Project project, XMLLoaderPlugin pXMLLoader)
    
public  voidupdateResExecutionFromXML(Element resExecElement, ExecutionResult pExecRes, boolean isSupOption, XMLLoaderPlugin pXMLLoader)
    
public  voidupdateSuiteFromXML(Element suiteElement, TestList pSuite, boolean isSupOption, XMLLoaderPlugin pXMLLoader)
    
public  voidupdateTestFromXML(Element testElement, Test pTest, boolean isSupOption, XMLLoaderPlugin pXMLLoader)
    
public  booleanusesOtherUIComponents()
    
 voidwriteXMLDefect(Element defectsElem, DefectWrapper pDefectWrapper, XMLWriterPlugin pXMLWriter)
    
 voidwriteXMLDefectLink(Element pElem, ExecutionResult pExecutionResult, ExecutionTestResult pExecTestRes, XMLWriterPlugin pXMLWriter, Vector addedBugs)
    

Field Detail
ATTACH_DESC
final static String ATTACH_DESC(Code)



AUTOADD
final static boolean AUTOADD(Code)



DEFAULT_CORRECTED_VALUE
final int DEFAULT_CORRECTED_VALUE(Code)



MANTIS_CFG_FILE
final String MANTIS_CFG_FILE(Code)



MANTIS_SUB_MENU
final String MANTIS_SUB_MENU(Code)



access_level
int access_level(Code)



bugProjectID
int bugProjectID(Code)



bugUsrID
int bugUsrID(Code)



cfg_prop
Properties cfg_prop(Code)



currentProject
Project currentProject(Code)



currentUser
User currentUser(Code)



defectsCache
Hashtable defectsCache(Code)



exportDefectBox
JCheckBox exportDefectBox(Code)
Option Panel ************



exportDefectPanel
JPanel exportDefectPanel(Code)



isCurrentUserExistsInProject
boolean isCurrentUserExistsInProject(Code)



mantis_host
static String mantis_host(Code)



pATestDefectPanel
DefectPanel pATestDefectPanel(Code)



pATestJTabbedPane
JTabbedPane pATestJTabbedPane(Code)



pDefectPanel1
DefectPanel pDefectPanel1(Code)



pDefectPanel2
DefectPanel pDefectPanel2(Code)



pDefectPanel3
DefectPanel pDefectPanel3(Code)



pJTabbedPane2
JTabbedPane pJTabbedPane2(Code)



pJTabbedPane3
JTabbedPane pJTabbedPane3(Code)



pMTestDefectPanel
DefectPanel pMTestDefectPanel(Code)



pMTestJTabbedPane
JTabbedPane pMTestJTabbedPane(Code)



pMantisConnector
MantisConnector pMantisConnector(Code)
MantisConnector ****



priorityByID
public Hashtable priorityByID(Code)



priorityByValues
Hashtable priorityByValues(Code)



priority_values
Vector priority_values(Code)



reproductibilityByID
public Hashtable reproductibilityByID(Code)



reproductibilityByValues
Hashtable reproductibilityByValues(Code)



reproductibility_values
Vector reproductibility_values(Code)



resolutionByID
public Hashtable resolutionByID(Code)



resolutionByValues
Hashtable resolutionByValues(Code)



resolution_values
Vector resolution_values(Code)



salomeDynamicTree
JTree salomeDynamicTree(Code)



salomeMainTabs
static JTabbedPane salomeMainTabs(Code)



severityByID
public Hashtable severityByID(Code)



severityByValues
Hashtable severityByValues(Code)



severity_values
Vector severity_values(Code)



statusByID
public Hashtable statusByID(Code)



statusByValues
Hashtable statusByValues(Code)



status_values
Vector status_values(Code)



suspended
static boolean suspended(Code)




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




Method Detail
activatePluginInCampToolsMenu
public void activatePluginInCampToolsMenu(JMenu campToolsMenu)(Code)



activatePluginInDataToolsMenu
public void activatePluginInDataToolsMenu(JMenu dataToolsMenu)(Code)



activatePluginInDynamicComponent
public void activatePluginInDynamicComponent(Integer uiCompCst)(Code)



activatePluginInStaticComponent
public void activatePluginInStaticComponent(Integer uiCompCst)(Code)



activatePluginInTestToolsMenu
public void activatePluginInTestToolsMenu(JMenu testToolsMenu)(Code)



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



addBug
int addBug(DefectWrapper pDefectWrapper) throws Exception(Code)

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



addDefectLink
void addDefectLink(DefectWrapper pDefectSource, DefectWrapper pDefectDestination) throws Exception(Code)



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

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



addEnvironment
void addEnvironment(String envName) throws Exception(Code)



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

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



addTestLinkDefect
void addTestLinkDefect(ExecutionTestResult pExecutionTestResult, Hashtable pDefectWrappers)(Code)



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



addXMLElement2Action
public void addXMLElement2Action(Element testElement, Action pAction, XMLWriterPlugin pXMLWriter, String pathAttach)(Code)



addXMLElement2Campaign
public void addXMLElement2Campaign(Element campaignElement, Campaign pcampaign, XMLWriterPlugin pXMLWriter, String pathAttach)(Code)



addXMLElement2DataSet
public void addXMLElement2DataSet(Element dataSetElement, DataSet pDataSet, XMLWriterPlugin pXMLWriter, String pathAttach)(Code)



addXMLElement2Environment
public void addXMLElement2Environment(Element envElement, Environment pEnv, XMLWriterPlugin pXMLWriter, String pathAttach)(Code)



addXMLElement2Execution
public void addXMLElement2Execution(Element execElement, Execution pExecution, XMLWriterPlugin pXMLWriter, String pathAttach)(Code)



addXMLElement2Family
public void addXMLElement2Family(Element familyElement, Family pFamily, XMLWriterPlugin pXMLWriter, String pathAttach)(Code)



addXMLElement2Parameter
public void addXMLElement2Parameter(Element paramElement, Parameter pParam, XMLWriterPlugin pXMLWriter, String pathAttach)(Code)



addXMLElement2Project
public void addXMLElement2Project(Element projectElement, Project pProject, XMLWriterPlugin pXMLWriter, String pathAttach)(Code)



addXMLElement2ResExecution
public void addXMLElement2ResExecution(Element resExecElement, ExecutionResult pExecRes, XMLWriterPlugin pXMLWriter, String pathAttach)(Code)



addXMLElement2ResTestExecution
public void addXMLElement2ResTestExecution(Element resTestElem, ExecutionTestResult pExecTestRes, Test pTest, XMLWriterPlugin pXMLWriter, String pathAttach)(Code)



addXMLElement2Root
public void addXMLElement2Root(Element rootElement, XMLWriterPlugin pXMLWriter, String pathAttach)(Code)



addXMLElement2Suite
public void addXMLElement2Suite(Element suiteElement, TestList ptestList, XMLWriterPlugin pXMLWriter, String pathAttach)(Code)



addXMLElement2Test
public void addXMLElement2Test(Element testElement, Test pTest, XMLWriterPlugin pXMLWriter, String pathAttach)(Code)



allPluginActived
public void allPluginActived(ExtensionPoint commonExtensions, ExtensionPoint testDriverExtensions, ExtensionPoint scriptEngineExtensions, ExtensionPoint bugTrackerExtensions)(Code)
Called by Salome when all plugin are initialized and when Salome-tmf started
Parameters:
  commonExtensions - a ExtensionPoint of all plugin available of type common
Parameters:
  testDriverExtensions - a ExtensionPoint of all plugin available of type testDriver
Parameters:
  scriptEngineExtensions - a ExtensionPoint of all plugin available of type scriptEngine
Parameters:
  bugTrackerExtensions - a ExtensionPoint of all plugin available of type bugTrackerEngine



deleteConfirme
boolean deleteConfirme(String quoi)(Code)
Confirmation **************************



deleteDefect
void deleteDefect(DefectWrapper pDefectSource) throws Exception(Code)



deleteDefectLink
void deleteDefectLink(DefectWrapper pDefectSource, DefectWrapper pDefectDestination) throws Exception(Code)



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

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



deleteTestLinkDefect
void deleteTestLinkDefect(ExecutionTestResult pExecutionTestResult, DefectWrapper pDefectSource)(Code)



doExport
boolean doExport()(Code)



doStart
protected void doStart() throws Exception(Code)



doStop
protected void doStop() throws Exception(Code)



freeze
public void freeze()(Code)



getAdditionalBugDesc
public String getAdditionalBugDesc()(Code)



getBugHistory
Vector getBugHistory(DefectWrapper pDefectWrapper) throws Exception(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)



getBugPlateformList
public Vector getBugPlateformList()(Code)



getBugPriority
String getBugPriority(Integer i)(Code)



getBugPriorityList
public Vector getBugPriorityList()(Code)



getBugReproducibility
String getBugReproducibility(Integer i)(Code)



getBugResolution
String getBugResolution(Integer i)(Code)



getBugSeverity
String getBugSeverity(Integer i)(Code)



getBugSeverityList
public Vector getBugSeverityList()(Code)



getBugStatus
String getBugStatus(Integer i)(Code)



getBugTrackerAllUsers
public Vector getBugTrackerAllUsers()(Code)



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



getBugTrackerName
public String getBugTrackerName()(Code)

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)



getChapterTitleInReport
public String getChapterTitleInReport()(Code)



getDefectInfo
DefectWrapper getDefectInfo(int id_bug, boolean forceReload) throws Exception(Code)



getDefectLink
Hashtable getDefectLink(DefectWrapper pDefectWrapper) throws Exception(Code)



getDefectPanelForTests
public JPanel getDefectPanelForTests(Vector testSelected)(Code)



getDefectsOfProject
Hashtable getDefectsOfProject(boolean forceReload) throws Exception(Code)



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

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



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

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



getExportOptionPanel
public JPanel getExportOptionPanel()(Code)



getIDofBug
int getIDofBug(Attachment pAttachment)(Code)



getImportOptionPanel
public JPanel getImportOptionPanel()(Code)



getOpenDefectWrappersListForTestAndEnv
Vector getOpenDefectWrappersListForTestAndEnv(Test test, Environment env)(Code)



getParameterName
public String getParameterName(String chapterName)(Code)



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



getStateColorPanel
public JPanel getStateColorPanel()(Code)



getStateDefect
public Color getStateDefect(Attachment pAttachment)(Code)



getTranslationFile
public File getTranslationFile()(Code)
Get the translation file for the XSLT transformation the XML file for translation



getUsedUIComponents
public Vector getUsedUIComponents()(Code)



getXSLToImport
public File getXSLToImport(boolean dynamicMode, boolean multiFrame, boolean htmlFormat)(Code)
XSLT ******************
Parameters:
  dynamicMode - true if generated HTML report is the results' report, false otherwise
Parameters:
  multiFrame - true if the generated HTML report is in multi-frame mode, false otherwise



init
public void init(Object ihm)(Code)
Common *******************************************



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

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



isActivableInCampToolsMenu
public boolean isActivableInCampToolsMenu()(Code)



isActivableInDataToolsMenu
public boolean isActivableInDataToolsMenu()(Code)



isActivableInTestToolsMenu
public boolean isActivableInTestToolsMenu()(Code)



isEditableOS
public boolean isEditableOS()(Code)



isEditablePlateForme
public boolean isEditablePlateForme()(Code)



isFiltred
boolean isFiltred(Vector testsList, Test pTest)(Code)



isFreezable
public boolean isFreezable()(Code)



isFreezed
public boolean isFreezed()(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)



loadDefectTest
void loadDefectTest(Test pTest, DefectPanel pDefectPanel)(Code)



loadDefectTest
void loadDefectTest(Vector pTests, DefectPanel pDefectPanel)(Code)



makeAttachement
UrlAttachment makeAttachement(int bug_id)(Code)



manageDelete
public void manageDelete(Document doc, XMLLoaderPlugin pXMLLoader) throws Exception(Code)
Called first before updateMethode if isSupOption = true



modifyBug
void modifyBug(DefectWrapper pDefectWrapper) throws Exception(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)

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



refreshNewData
public void refreshNewData()(Code)
Called last after import



setExport
public void setExport(boolean b)(Code)



setImport
public void setImport(boolean b)(Code)



setTestTree
public void setTestTree(DynamicTree pDynamicTree)(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)



unFreeze
public void unFreeze()(Code)



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



updateActionFromXML
public void updateActionFromXML(Element actionElement, Action pAction, boolean isSupOption, XMLLoaderPlugin pXMLLoader) throws Exception(Code)



updateCampaignFromXML
public void updateCampaignFromXML(Element campaignElement, Campaign pcampaign, boolean isSupOption, XMLLoaderPlugin pXMLLoader) throws Exception(Code)



updateDataSetFromXML
public void updateDataSetFromXML(Element dataSetElement, DataSet pDataSet, boolean isSupOption, XMLLoaderPlugin pXMLLoader) throws Exception(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



updateEnvironmentFromXML
public void updateEnvironmentFromXML(Element envElement, Environment pEnv, boolean isSupOption, XMLLoaderPlugin pXMLLoader) throws Exception(Code)



updateExecutionFromXML
public void updateExecutionFromXML(Element execElement, Execution pExecution, boolean isSupOption, XMLLoaderPlugin pXMLLoader) throws Exception(Code)



updateFamilyFromXML
public void updateFamilyFromXML(Element familyElement, Family pFamily, boolean isSupOption, XMLLoaderPlugin pXMLLoader) throws Exception(Code)



updateParameterFromXML
public void updateParameterFromXML(Element paramElement, Parameter pParam, boolean isSupOption, XMLLoaderPlugin pXMLLoader) throws Exception(Code)



updateProjectFromXML
public void updateProjectFromXML(Document doc, boolean isSupOption, Project project, XMLLoaderPlugin pXMLLoader) throws Exception(Code)



updateResExecutionFromXML
public void updateResExecutionFromXML(Element resExecElement, ExecutionResult pExecRes, boolean isSupOption, XMLLoaderPlugin pXMLLoader) throws Exception(Code)



updateSuiteFromXML
public void updateSuiteFromXML(Element suiteElement, TestList pSuite, boolean isSupOption, XMLLoaderPlugin pXMLLoader) throws Exception(Code)



updateTestFromXML
public void updateTestFromXML(Element testElement, Test pTest, boolean isSupOption, XMLLoaderPlugin pXMLLoader) throws Exception(Code)



usesOtherUIComponents
public boolean usesOtherUIComponents()(Code)



writeXMLDefect
void writeXMLDefect(Element defectsElem, DefectWrapper pDefectWrapper, XMLWriterPlugin pXMLWriter)(Code)
EXPORT ****************



writeXMLDefectLink
void writeXMLDefectLink(Element pElem, ExecutionResult pExecutionResult, ExecutionTestResult pExecTestRes, XMLWriterPlugin pXMLWriter, Vector addedBugs)(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.