Add Source Code Linter Pipeline
This commit is contained in:
parent
0d0e7140c4
commit
d252f6ef50
313 changed files with 36277 additions and 0 deletions
24
screwdriver-3.5.6/box/snippets/java/QuartzTaskImpl.java
Normal file
24
screwdriver-3.5.6/box/snippets/java/QuartzTaskImpl.java
Normal file
|
@ -0,0 +1,24 @@
|
|||
package +zoccolo+.task.impl;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import org.apache.log4j.Logger;
|
||||
import org.quartz.JobExecutionContext;
|
||||
import org.springframework.web.context.support.SpringBeanAutowiringSupport;
|
||||
|
||||
import +zoccolo+.task.+Quartztask+Task;
|
||||
|
||||
public class +Quartztask+TaskImpl implements +Quartztask+Task {
|
||||
|
||||
private static final Logger log = Logger.getLogger(
|
||||
+Quartztask+TaskImpl.class);
|
||||
|
||||
public void execute(JobExecutionContext ctx)
|
||||
|
||||
throws Exception {
|
||||
|
||||
SpringBeanAutowiringSupport
|
||||
.processInjectionBasedOnCurrentContext(this);
|
||||
/* screwdriver_knife */
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue