Share via


IWithGitHubBranch<ParentT> Interface

Definition

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

public interface IWithGitHubBranch<ParentT>
type IWithGitHubBranch<'ParentT> = interface
Public Interface IWithGitHubBranch(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