| salomeTMF_plug.bugzilla.BugzillaPlugin
Constructor Summary | |
public | BugzillaPlugin(PluginManager arg0, PluginDescriptor arg1) |
Method Summary | |
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) | public void | addEnvironment(Environment environment) | public void | addProject(Project project) | public void | addUser(User user) | public void | deleteEnvironment(String environment) | protected void | doStart() | protected void | doStop() | public String | getAdditionalBugDesc() | public String | getBugID(Attachment pAttachment) | public Vector | getBugOSList() | public Vector | getBugPlateformList() | public Vector | getBugPriorityList() | public Vector | getBugSeverityList() | public Vector | getBugTrackerAllUsers() | public String | getBugTrackerAttachDesc() | public String | getBugTrackerName() | public Vector | getBugTrackerReproductibilityList() | public Vector | getBugTrackerResolutionList() | public Vector | getBugTrackerStatusList() | public JPanel | getBugViewPanel(IBugJDialog pIBugJDialog, String actionName, String actionDesc, String actionAwatedRes, String actionEffectiveRes) | public JPanel | getDefectPanelForTests(Vector testSelected) | public int | getEnvNbBugs(Environment env, boolean onlyCorretedBugs) | public int | getEnvironmentNbBugs(Environment env, int severity, boolean onlyCorretedBugs) | public int | getQsScoreDefectForTest(Test test, Environment env) | public Color | getStateDefect(Attachment pAttachment) | public void | initBugTracker(Object iPlugObject) | public boolean | isEditableOS() | public boolean | isEditablePlateForme() | public boolean | isIndependantTracker() | public boolean | isSuportIndicators() | public boolean | isUserExistsInBugDB() | public boolean | isUsesBugReproducibily() | public boolean | isUsesBugResolution() | 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) | public void | resume() | public void | showBug(Attachment attach) | public void | showBugInBugTracker(Attachment attach) | public void | showEnvironmentBugs(Environment env) | public void | suspend() | public void | update(Observable o, Object arg) | public void | updateEnvironment(String old_component, String new_component, String description) |
suspended | static boolean suspended(Code) | | |
BugzillaPlugin | public BugzillaPlugin(PluginManager arg0, PluginDescriptor arg1)(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 |
getAdditionalBugDesc | public String getAdditionalBugDesc()(Code) | | |
getBugPlateformList | public Vector getBugPlateformList()(Code) | | |
getBugTrackerAllUsers | public Vector getBugTrackerAllUsers()(Code) | | |
getBugTrackerAttachDesc | public String getBugTrackerAttachDesc()(Code) | | |
getBugTrackerReproductibilityList | public Vector getBugTrackerReproductibilityList()(Code) | | |
getBugTrackerResolutionList | public Vector getBugTrackerResolutionList()(Code) | | |
getBugTrackerStatusList | public Vector getBugTrackerStatusList()(Code) | | |
getEnvironmentNbBugs | public int getEnvironmentNbBugs(Environment env, int severity, boolean onlyCorretedBugs)(Code) | | |
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 |
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) | | |
suspend | public void suspend()(Code) | | |
|
|