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 2024-12-19 10:07:55 +0100