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

website.automate.teamcity.server.web.model.ScenarioResponse Maven / Gradle / Ivy

package website.automate.teamcity.server.web.model;

public class ScenarioResponse extends AbstractResponse {

    private String title;

    public String getTitle() {
        return title;
    }

    public void setTitle(String title) {
        this.title = title;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy