Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Branch

Class Branch represent git commands for branches Is a model for branch commands used for tasks.

Hierarchy

  • Branch

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new Branch($name: string): Branch

Properties

Private _name

_name: string

Store the name of the branch.

param

This is the name of the branch object.

Accessors

name

  • get name(): string
  • set name(value: string): void
  • Get branch name

    Returns string

    • Returns name of branch
  • Set branch name

    Parameters

    • value: string

      Sets the name of the branch

    Returns void

    • Returns name of branch

Generated using TypeDoc