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;
Last updated 2025-09-30 16:02:30 +0200