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

com.katalon.platform.api.model.ExecutionProfileEntity Maven / Gradle / Ivy

There is a newer version: 1.0.21
Show newest version
package com.katalon.platform.api.model;

import java.util.List;

public interface ExecutionProfileEntity extends Entity {
    boolean isDefaultProfile();
    
    List getVariables();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy