All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.greenpepper.configuration.runners.properties.vm Maven / Gradle / Ivy

The newest version!
#macro ( notEmptyString $value $id)
	#if($value)
		$value
	#else
		$action.getText('greenpepper.runners.none')
	#end
#end
#macro ( notEmptySmallString $value $id )
	#if($value)
		$value
	#else
		$action.getText('greenpepper.runners.none')
	#end
#end

		#notEmptySmallString($action.selectedRunner.cmdLineTemplate 'runnerCmdline')
	
		#notEmptyString($action.selectedRunner.mainClass 'runnerMainclass')
	
		#notEmptyString($action.selectedRunner.environmentType.name 'runnerEnvType')
	
		#notEmptyString($action.selectedRunner.serverName 'runnerServerName')
	
		#notEmptyString($action.selectedRunner.serverPort 'runnerServerPort')
	
		#if($action.selectedRunner.secured) #notEmptyString($action.getText('greenpepper.runners.on') 'runnerServerSecured')
		#else #notEmptyString($action.getText('greenpepper.runners.off') 'runnerServerSecured')
		#end
	
$action.getText('greenpepper.runners.cmdline')
$action.getText('greenpepper.runners.mainclass')
$action.getText('greenpepper.runners.envtype')
$action.getText('greenpepper.runners.servername')
$action.getText('greenpepper.runners.serverport')
$action.getText('greenpepper.runners.secured')




© 2015 - 2025 Weber Informatics LLC | Privacy Policy