Class SourceToTargetRef

java.lang.Object
org.azd.common.types.BaseAbstractMethod
org.azd.git.types.SourceToTargetRef

public class SourceToTargetRef extends BaseAbstractMethod
The set of ref mappings to use when performing a sync or create.
  • Constructor Details

    • SourceToTargetRef

      public SourceToTargetRef()
  • Method Details

    • getSourceRef

      public String getSourceRef()
    • setSourceRef

      public void setSourceRef(String sourceRef)
    • getTargetRef

      public String getTargetRef()
    • setTargetRef

      public void setTargetRef(String targetRef)