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-07-05 11:16:52 +0200