@Component public class CheckmarxUtilRunner extends Object implements Callable<Integer>, org.springframework.boot.CommandLineRunner, org.springframework.boot.ExitCodeGenerator
| Constructor and Description |
|---|
CheckmarxUtilRunner(ProjectCommand projectCommand,
RoleCommand roleCommand,
TeamCommand teamCommand) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
call()
Dummy implementation of the call method to implement the Callable
interface.
|
int |
getExitCode() |
void |
run(String[] args) |
public CheckmarxUtilRunner(ProjectCommand projectCommand, RoleCommand roleCommand, TeamCommand teamCommand)
public void run(String[] args)
run in interface org.springframework.boot.CommandLineRunnerpublic int getExitCode()
getExitCode in interface org.springframework.boot.ExitCodeGeneratorCopyright © 2021. All rights reserved.