C# Класс GitSharp.Core.RevPlot.PlotCommit

A commit reference to a commit in the DAG.
Наследование: GitSharp.Core.RevWalk.RevCommit
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
children GitSharp.Core.RevPlot.PlotCommit[]
lane PlotLane
passingLanes GitSharp.Core.RevPlot.PlotLane[]
refs Ref[]

Открытые методы

Метод Описание
PlotCommit ( AnyObjectId id, Ref tags ) : GitSharp.Core.RevWalk

Create a new commit.

addChild ( PlotCommit c ) : void
addPassingLane ( PlotLane c ) : void
getChild ( int nth ) : PlotCommit

Get the nth child from this commit's child list.

getChildCount ( ) : int

Get the number of child commits listed in this commit.

getLane ( ) : PlotLane

Obtain the lane this commit has been plotted into.

isChild ( PlotCommit c ) : bool

Determine if the given commit is a child (descendant) of this commit.

reset ( ) : void

Описание методов

PlotCommit() публичный Метод

Create a new commit.
public PlotCommit ( AnyObjectId id, Ref tags ) : GitSharp.Core.RevWalk
id AnyObjectId the identity of this commit.
tags Ref the tags associated with this commit, null for no tags
Результат GitSharp.Core.RevWalk

addChild() публичный Метод

public addChild ( PlotCommit c ) : void
c PlotCommit
Результат void

addPassingLane() публичный Метод

public addPassingLane ( PlotLane c ) : void
c PlotLane
Результат void

getChild() публичный Метод

Get the nth child from this commit's child list.
public getChild ( int nth ) : PlotCommit
nth int child index to obtain. Must be in the range 0 through () - 1
Результат PlotCommit

getChildCount() публичный Метод

Get the number of child commits listed in this commit.
public getChildCount ( ) : int
Результат int

getLane() публичный Метод

Obtain the lane this commit has been plotted into.
public getLane ( ) : PlotLane
Результат PlotLane

isChild() публичный Метод

Determine if the given commit is a child (descendant) of this commit.
public isChild ( PlotCommit c ) : bool
c PlotCommit the commit to test.
Результат bool

reset() публичный Метод

public reset ( ) : void
Результат void

Описание свойств

children публичное свойство

public PlotCommit[],GitSharp.Core.RevPlot children
Результат GitSharp.Core.RevPlot.PlotCommit[]

lane публичное свойство

public PlotLane,GitSharp.Core.RevPlot lane
Результат PlotLane

passingLanes публичное свойство

public PlotLane[],GitSharp.Core.RevPlot passingLanes
Результат GitSharp.Core.RevPlot.PlotLane[]

refs публичное свойство

public Ref[] refs
Результат Ref[]