com.atlassian.theplugin.idea.bamboo
Class TestResultsToolWindow

java.lang.Object
  extended by com.atlassian.theplugin.idea.bamboo.TestResultsToolWindow

public final class TestResultsToolWindow
extends java.lang.Object


Nested Class Summary
static interface TestResultsToolWindow.TestTree
           
 
Constructor Summary
TestResultsToolWindow(com.intellij.openapi.project.Project project)
           
 
Method Summary
 boolean canRunFailedTests(com.intellij.openapi.actionSystem.AnActionEvent ev)
           
 TestResultsToolWindow.TestTree getTestTree(java.lang.String name)
           
 void runFailedTests(com.intellij.openapi.actionSystem.AnActionEvent ev, boolean debug)
           
 void showTestResults(java.lang.String buildKey, java.lang.String buildNumber, java.util.List<TestDetails> failedTests, java.util.List<TestDetails> succeededTests)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResultsToolWindow

public TestResultsToolWindow(com.intellij.openapi.project.Project project)
Method Detail

getTestTree

public TestResultsToolWindow.TestTree getTestTree(java.lang.String name)

showTestResults

public void showTestResults(java.lang.String buildKey,
                            java.lang.String buildNumber,
                            java.util.List<TestDetails> failedTests,
                            java.util.List<TestDetails> succeededTests)

runFailedTests

public void runFailedTests(com.intellij.openapi.actionSystem.AnActionEvent ev,
                           boolean debug)

canRunFailedTests

public boolean canRunFailedTests(com.intellij.openapi.actionSystem.AnActionEvent ev)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.