GitBranch: GitBranch Class

GitBranchR Documentation

GitBranch Class

Description

GitBranch Class

GitBranch Class

Public fields

can
name
remote
remote_name
error
message
owner_name
readonly
personal
is_local
is_remote
is_production
ahead_count
behind_count
commit_at
ref
remote_ref

Methods

Public methods


Method new()

Usage
GitBranch$new(
  can,
  name,
  remote,
  remote_name,
  error,
  message,
  owner_name,
  readonly,
  personal,
  is_local,
  is_remote,
  is_production,
  ahead_count,
  behind_count,
  commit_at,
  ref,
  remote_ref
)

Method toJSON()

Usage
GitBranch$toJSON()

Method fromJSONObject()

Usage
GitBranch$fromJSONObject(GitBranchJsonObject)

Method fromJSON()

Usage
GitBranch$fromJSON(GitBranchJson)

Method toJSONString()

Usage
GitBranch$toJSONString()

Method fromJSONString()

Usage
GitBranch$fromJSONString(GitBranchJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
GitBranch$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.