public class Uploader extends Object
Constructor and Description |
---|
Uploader() |
Modifier and Type | Method and Description |
---|---|
String |
checkRuns(HttpServletRequest request,
HttpServletResponse response)
Checks the existence of the runs on the repository.
|
void |
updateRunDesc(HttpServletRequest req,
HttpServletResponse resp)
Updates the run description.
|
void |
updateTagsFile(HttpServletRequest req,
HttpServletResponse resp)
Updates the tags file.
|
String |
uploadRuns(HttpServletRequest request,
HttpServletResponse response)
Responsible for uploading the runs.
|
public String checkRuns(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
request
- response
- IOException
ServletException
public void updateTagsFile(HttpServletRequest req, HttpServletResponse resp) throws IOException
req
- resp
- IOException
public void updateRunDesc(HttpServletRequest req, HttpServletResponse resp) throws IOException
req
- resp
- IOException
public String uploadRuns(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException, ClassNotFoundException
request
- response
- IOException
ServletException
ClassNotFoundException