com.atlassian.bamboo.testutils
Class TestBuildDetails.CloverBuild

java.lang.Object
  extended by com.atlassian.bamboo.testutils.TestBuildDetails.CloverBuild
Enclosing class:
TestBuildDetails

public static class TestBuildDetails.CloverBuild
extends java.lang.Object


Constructor Summary
TestBuildDetails.CloverBuild(TestBuildDetails.IntegrationType type)
           
 
Method Summary
 TestBuildDetails.IntegrationType getType()
           
 boolean isAuto()
           
 boolean isCustom()
           
 boolean isEnabled()
           
 void setType(TestBuildDetails.IntegrationType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBuildDetails.CloverBuild

public TestBuildDetails.CloverBuild(TestBuildDetails.IntegrationType type)
Method Detail

getType

public TestBuildDetails.IntegrationType getType()

setType

public void setType(TestBuildDetails.IntegrationType type)

isCustom

public boolean isCustom()

isAuto

public boolean isAuto()

isEnabled

public boolean isEnabled()


Copyright © 2011 Atlassian. All Rights Reserved.