Add Source Code Linter Pipeline
This commit is contained in:
parent
0d0e7140c4
commit
d252f6ef50
313 changed files with 36277 additions and 0 deletions
8
screwdriver-3.5.6/box/snippets/java/QuartzTask.java
Normal file
8
screwdriver-3.5.6/box/snippets/java/QuartzTask.java
Normal file
|
@ -0,0 +1,8 @@
|
|||
package +zoccolo+.task;
|
||||
|
||||
import org.quartz.JobExecutionContext;
|
||||
|
||||
public interface +Quartztask+Task {
|
||||
|
||||
public void execute(JobExecutionContext ctx) throws Exception;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue