mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-05 22:28:35 -06:00
cmCTestSubmitHandler: Make internal method private
This commit is contained in:
@@ -37,9 +37,6 @@ public:
|
|||||||
/** Specify a set of files to submit. */
|
/** Specify a set of files to submit. */
|
||||||
void SelectFiles(std::set<std::string> const& files);
|
void SelectFiles(std::set<std::string> const& files);
|
||||||
|
|
||||||
// handle the cdash file upload protocol
|
|
||||||
int HandleCDashUploadFile(std::string const& file, std::string const& type);
|
|
||||||
|
|
||||||
void SetHttpHeaders(std::vector<std::string> const& v)
|
void SetHttpHeaders(std::vector<std::string> const& v)
|
||||||
{
|
{
|
||||||
this->HttpHeaders.insert(this->HttpHeaders.end(), v.begin(), v.end());
|
this->HttpHeaders.insert(this->HttpHeaders.end(), v.begin(), v.end());
|
||||||
@@ -55,6 +52,9 @@ private:
|
|||||||
std::string const& url);
|
std::string const& url);
|
||||||
void ParseResponse(std::vector<char> chunk);
|
void ParseResponse(std::vector<char> chunk);
|
||||||
|
|
||||||
|
// handle the cdash file upload protocol
|
||||||
|
int HandleCDashUploadFile(std::string const& file, std::string const& type);
|
||||||
|
|
||||||
std::string GetSubmitResultsPrefix();
|
std::string GetSubmitResultsPrefix();
|
||||||
int GetSubmitInactivityTimeout();
|
int GetSubmitInactivityTimeout();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user