jenkins.plugins.clangscanbuild.commands
Class ScanBuildCommand
java.lang.Object
jenkins.plugins.clangscanbuild.commands.ScanBuildCommand
- All Implemented Interfaces:
- Command
public class ScanBuildCommand
- extends Object
- implements Command
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScanBuildCommand
public ScanBuildCommand()
execute
public int execute(BuildContext context)
throws Exception
- Specified by:
execute in interface Command
- Throws:
Exception
getTargetSdk
public String getTargetSdk()
setTargetSdk
public void setTargetSdk(String targetSdk)
getTarget
public String getTarget()
setTarget
public void setTarget(String target)
getConfig
public String getConfig()
setConfig
public void setConfig(String config)
getClangScanBuildPath
public String getClangScanBuildPath()
setClangScanBuildPath
public void setClangScanBuildPath(String clangScanBuildPath)
getProjectDirectory
public hudson.FilePath getProjectDirectory()
setProjectDirectory
public void setProjectDirectory(hudson.FilePath projectDirectory)
getClangOutputFolder
public hudson.FilePath getClangOutputFolder()
setClangOutputFolder
public void setClangOutputFolder(hudson.FilePath clangOutputFolder)
Copyright © 2004-2011. All Rights Reserved.