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

com.arextest.schedule.model.jacoco.CollectReportInfo Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package com.arextest.schedule.model.jacoco;

import lombok.Data;

/**
 * Created by wang_yc on 2021/6/10
 */
@Data
public class CollectReportInfo {

  private Long id;
  private Long merge_request_iid;
  private Boolean status;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy