IWithBranch<ParentT> Interface

Definition

A web app source control definition allowing branch to be specified.

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

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithBranch(String)

Specifies the branch in the repository to use.

Applies to