Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitFlowEntity<T>

This interface represents a basic git flow entity.

Type Parameters

  • T

Hierarchy

Index

Properties

Methods

Properties

type: T

Specifies the git flow entity type.

Methods

  • list(withPrefix?: boolean): Promise<string[]>
  • Lists all git flow entity of the type 'type'.

    Parameters

    • Optional withPrefix: boolean

      Indicates if the entities should be listed with their prefix.

    Returns Promise<string[]>