All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.qas.qtest.api.services.execution.model.GetLastLogRequest Maven / Gradle / Ivy

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