Uses of Interface
hudson.plugins.accurev.AccurevLauncher.ICmdOutputParser

Packages that use AccurevLauncher.ICmdOutputParser
hudson.plugins.accurev   
 

Uses of AccurevLauncher.ICmdOutputParser in hudson.plugins.accurev
 

Methods in hudson.plugins.accurev with parameters of type AccurevLauncher.ICmdOutputParser
static
<TResult,TContext>
TResult
AccurevLauncher.runCommand(String humanReadableCommandName, hudson.Launcher launcher, hudson.util.ArgumentListBuilder machineReadableCommand, boolean[] masksOrNull, Lock synchronizationLockObjectOrNull, Map<String,String> environmentVariables, hudson.FilePath directoryToRunCommandFrom, hudson.model.TaskListener listenerToLogFailuresTo, Logger loggerToLogFailuresTo, AccurevLauncher.ICmdOutputParser<TResult,TContext> commandOutputParser, TContext commandOutputParserContext)
          Runs a command a parses the output, returning the result of parsing that output.
 



Copyright © 2004-2013. All Rights Reserved.