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

com.assertthat.plugins.standalone.ArgumentsReport Maven / Gradle / Ivy

There is a newer version: 1.9.9
Show newest version
package com.assertthat.plugins.standalone;

public class ArgumentsReport extends Arguments{

    public ArgumentsReport(String accessKey,
                     String secretKey,
                     String token,
                     String projectId,
                     String runName,
                     String jsonReportFolder,
                     String jsonReportIncludePattern,
                     String proxyURI,
                     String proxyUsername,
                     String proxyPassword,
                     String jql,
                     String type,
                     String jiraServerUrl,
                     String metadata,
                     boolean ignoreCertErrors) {

        super(accessKey,
                secretKey,
                token,
                projectId,
                runName,
                null,
                jsonReportFolder,
                jsonReportIncludePattern,
                proxyURI,
                proxyUsername,
                proxyPassword,
                null,
                jql,
                null,
                type,
                jiraServerUrl,
                metadata,
                false,
                ignoreCertErrors,
                false);

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy