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

com.arextest.schedule.plan.builder.impl.MixedSourceReplayPlanBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package com.arextest.schedule.plan.builder.impl;

import com.arextest.schedule.model.plan.BuildReplayPlanRequest;
import com.arextest.schedule.model.plan.BuildReplayPlanType;
import org.springframework.stereotype.Component;

/**
 * @author: QizhengMo
 * @date: 2024/5/8
 */
@Component
public class MixedSourceReplayPlanBuilder extends AppIdSourceReplayPlanBuilder {

  @Override
  public boolean isSupported(BuildReplayPlanRequest request) {
    return request.getReplayPlanType() == BuildReplayPlanType.MIXED.getValue();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy