IWithBranch<ParentT> 인터페이스

정의

분기를 지정할 수 있는 웹앱 소스 제어 정의입니다.

public interface IWithBranch<ParentT>
type IWithBranch<'ParentT> = interface
Public Interface IWithBranch(Of ParentT)

형식 매개 변수

ParentT

이 정의를 연결한 후 반환할 부모 정의의 단계입니다.

파생

메서드

WithBranch(String)

사용할 리포지토리의 분기를 지정합니다.

적용 대상