jenkins.plugins.clangscanbuild
Class CommandExecutor

java.lang.Object
  extended by jenkins.plugins.clangscanbuild.CommandExecutor

public class CommandExecutor
extends Object


Field Summary
static int FAILURE
           
static int SUCCESS
           
 
Method Summary
 CommandExecutor and(Command command)
           
static CommandExecutor execute(Command command)
           
 int withContext(BuildContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUCCESS

public static final int SUCCESS
See Also:
Constant Field Values

FAILURE

public static final int FAILURE
See Also:
Constant Field Values
Method Detail

execute

public static CommandExecutor execute(Command command)

and

public CommandExecutor and(Command command)

withContext

public int withContext(BuildContext context)


Copyright © 2004-2012. All Rights Reserved.