templates.greenpepper.confluence.execution.sut-configuration.vm Maven / Gradle / Ivy
$action.getText('greenpepper.page.configtitle')
#if (!$action.actionErrors.isEmpty())
#foreach($error in $action.actionErrors)
$action.getText($error)
#end
#end
#set($counter = 0)
#foreach($sut in $action.projectSystemUnderTests)
#if($action.isInSpecificationSelection($sut))
#set($counter = $counter + 1)
$sut.name
#if($action.specification.targetedSystemUnderTests.size() > 1)$action.getText('greenpepper.page.remove')
#else
#end
#end
#end
#if($action.projectSystemUnderTests.size() != $counter)
#foreach($sut in $action.projectSystemUnderTests)
#if(!$action.isInSpecificationSelection($sut))
#set($counter = $counter + 1)
$sut.name
$action.getText('greenpepper.page.add')
#end
#end
#end
#if($action.refreshAll && $action.actionErrors.isEmpty())#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy