public class AppScanSourceInvocation extends Object
Constructor and Description |
---|
AppScanSourceInvocation(String exe,
hudson.model.Run<?,?> build,
hudson.FilePath ws,
hudson.model.TaskListener listener) |
Modifier and Type | Method and Description |
---|---|
AppScanSourceInvocation |
addScriptFile(hudson.FilePath scriptFile) |
protected hudson.util.ArgumentListBuilder |
appendExecutable(hudson.util.ArgumentListBuilder args) |
protected hudson.util.ArgumentListBuilder |
appendScript(hudson.util.ArgumentListBuilder args) |
protected hudson.util.ArgumentListBuilder |
buildCommandLine() |
boolean |
execute(JenkinsExecutor runner) |
public AppScanSourceInvocation(String exe, hudson.model.Run<?,?> build, hudson.FilePath ws, hudson.model.TaskListener listener) throws IOException, InterruptedException
IOException
InterruptedException
public boolean execute(JenkinsExecutor runner) throws IOException, InterruptedException
IOException
InterruptedException
protected hudson.util.ArgumentListBuilder appendExecutable(hudson.util.ArgumentListBuilder args)
public AppScanSourceInvocation addScriptFile(hudson.FilePath scriptFile)
protected hudson.util.ArgumentListBuilder appendScript(hudson.util.ArgumentListBuilder args)
protected hudson.util.ArgumentListBuilder buildCommandLine() throws InterruptedException, IOException
InterruptedException
IOException
Copyright © 2004-2016. All Rights Reserved.