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

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

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

public class ArgumentsFeatures extends Arguments{

    public ArgumentsFeatures(String accessKey,
                     String secretKey,
                     String token,
                     String projectId,
                     String outputFolder,
                     String proxyURI,
                     String proxyUsername,
                     String proxyPassword,
                     String mode,
                     String jql,
                     String tags,
                     String jiraServerUrl,
                     boolean numbered,
                     boolean ignoreCertErrors,
                     boolean cleanupFeatures) {
        super(accessKey,
                secretKey,
                token,
                projectId,
                null,
                outputFolder,
                null,
                null,
                proxyURI,
                proxyUsername,
                proxyPassword,
                mode,
                jql,
                tags,
                null,
                jiraServerUrl,
                null,
                numbered,
                ignoreCertErrors,
                cleanupFeatures);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy