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

io.alauda.devops.client.models.PipelineSource Maven / Gradle / Ivy

There is a newer version: 0.2.10
Show newest version
package io.alauda.devops.client.models;

public class PipelineSource {

  private PipelineSourceGit git;
  private LocalObjectReference secret;

  public class PipelineSourceGit {
    private String uri;
    private String ref;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy