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

es.iti.wakamiti.fileuploader.TestCaseOutputFilesUploader Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
/*
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at https://mozilla.org/MPL/2.0/.
 */
package es.iti.wakamiti.fileuploader;


import es.iti.commons.jext.Extension;
import es.iti.wakamiti.api.event.Event;
import es.iti.wakamiti.api.extensions.EventObserver;


@Extension(provider =  "es.iti.wakamiti", name = "test-case-output-files-uploader", version = "2.5")
public class TestCaseOutputFilesUploader extends AbstractFilesUploader implements EventObserver {

    public static final String CATEGORY = "testCaseOutputs";

    public TestCaseOutputFilesUploader() {
        super(Event.TEST_CASE_OUTPUT_FILE_WRITTEN, CATEGORY);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy