powered by ASAP

Usage of @workflowDocu for output-variables
	/**
	 * @workflowDocu The id of the build job. Can be retrieved with the
	 *               {@link StartBuildJob} command.
	 */
	@Persistent(scope = FieldScope.WRITE_ONLY)
	private Integer buildId;