![JAR search and dependency download from the Maven repository](/logo.png)
org.qas.qtest.api.services.execution.model.GetLastLogRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtest-sdk-java Show documentation
Show all versions of qtest-sdk-java Show documentation
A java SDK client wrap qTest REST API
The newest version!
package org.qas.qtest.api.services.execution.model;
/**
* GetLastLogRequest
*
* @author Dzung Nguyen
* @version $Id GetLastLogRequest 2014-10-24 17:01:30z dungvnguyen $
* @since 1.0
*/
public class GetLastLogRequest extends GetTestRunRequest {
@Override
public String toString() {
final StringBuilder sb = new StringBuilder("GetLastLogRequest{");
sb.append("projectId=").append(projectId);
sb.append(", testRunId=").append(testRunId);
sb.append(", expandTestCase=").append(expandTestCase);
sb.append(", expandTestStep=").append(expandTestStep);
sb.append('}');
return sb.toString();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy