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

ch.sbb.polarion.extension.cucumber.rest.model.Feature Maven / Gradle / Ivy

The newest version!
package ch.sbb.polarion.extension.cucumber.rest.model;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class Feature {
    private String projectId;
    private String workItemId;
    private String title;
    private String filename;
    private String content;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy