diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-12 02:47:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-12 02:47:35 (GMT) |
commit | 96e0393dd68f3a55b42ea890358ae549dec85377 (patch) | |
tree | 7d2c099d41abcc5948889150c447c53d92d5ac3a /Source/CTest/cmCTestSubmit.h | |
parent | b7308e8f6d5df18b7dbc65b5d536ffad3e41e9c9 (diff) | |
download | CMake-96e0393dd68f3a55b42ea890358ae549dec85377.zip CMake-96e0393dd68f3a55b42ea890358ae549dec85377.tar.gz CMake-96e0393dd68f3a55b42ea890358ae549dec85377.tar.bz2 |
Add triggering
Diffstat (limited to 'Source/CTest/cmCTestSubmit.h')
-rw-r--r-- | Source/CTest/cmCTestSubmit.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestSubmit.h b/Source/CTest/cmCTestSubmit.h index b28e192..76fc403 100644 --- a/Source/CTest/cmCTestSubmit.h +++ b/Source/CTest/cmCTestSubmit.h @@ -42,6 +42,10 @@ public: const std::vector<std::string>& files, const std::string& remoteprefix, const std::string& url); + + bool TriggerUsingHTTP(const std::vector<std::string>& files, + const std::string& remoteprefix, + const std::string& url); }; #endif |