jenkins.plugins.clangscanbuild.commands
Class XCodeSDKsCommand

java.lang.Object
  extended by jenkins.plugins.clangscanbuild.commands.XCodeSDKsCommand
All Implemented Interfaces:
Command

public class XCodeSDKsCommand
extends Object
implements Command


Constructor Summary
XCodeSDKsCommand()
           
 
Method Summary
 int execute(BuildContext context)
           
protected  hudson.util.ListBoxModel identifyAvailableSDKs(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, PrintStream logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XCodeSDKsCommand

public XCodeSDKsCommand()
Method Detail

execute

public int execute(BuildContext context)
Specified by:
execute in interface Command

identifyAvailableSDKs

protected hudson.util.ListBoxModel identifyAvailableSDKs(hudson.model.AbstractBuild<?,?> build,
                                                         hudson.Launcher launcher,
                                                         PrintStream logger)


Copyright © 2004-2011. All Rights Reserved.