Usage of @workflowDocu for input-variables giving an example
	/**
	 *
	 * @workflowDocu The name of the job that should be started. Build job with this
	 *               name should exist. If job does not exist, a
	 *               {@link RestClientAdapterException} exception will be thrown.
         *               Example: Tests/job/JenkinsAdapterTestBuildJob/ (1)
	 */
	@Persistent
	private String jobName;