public class BuildToolEntryParser extends jenkins.MasterToSlaveFileCallable<String>
"CMAKE_MAKE_PROGRAM" entry from a cmake cache
file.| Constructor and Description |
|---|
BuildToolEntryParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
invoke(File cmakeCacheFile,
hudson.remoting.VirtualChannel channel)
Parses the cache file and returns value of the
"CMAKE_MAKE_PROGRAM" entry. |
public String invoke(File cmakeCacheFile, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
"CMAKE_MAKE_PROGRAM" entry.null if the file could not be parsedIOExceptionInterruptedExceptionCopyright © 2016–2021. All rights reserved.