blob: c2db4eee0fe210a5d994afaa4f5821bd56167b3f [file] [log] [blame]
if (new GenerationHelper().getAllSteps(job).isEmpty()) {
BasicDiagnostic diagnostic = new BasicDiagnostic(Diagnostic.WARNING, "org.eclipse.egf.portfolio.build", 0, "a job should have at least a step", new Object[] { job });
diagnosticChain.add(diagnostic);
}