C# 클래스 GitRocketFilter.RocketScriptBase

Base class for a script.
파일 보기 프로젝트 열기: xoofx/GitRocketFilter

공개 메소드들

메소드 설명
Map ( SimpleCommit commit ) : SimpleCommit

Maps the specified commit to an already mapped commit.

Simple ( Commit commit ) : SimpleCommit

Transforms a Commit object to a SimpleCommit.

보호된 메소드들

메소드 설명
RocketScriptBase ( RocketFilterApp rocketFilterApp ) : System

Initializes a new instance of the RocketScriptBase class.

메소드 상세

Map() 공개 메소드

Maps the specified commit to an already mapped commit.
commit
public Map ( SimpleCommit commit ) : SimpleCommit
commit SimpleCommit The commit.
리턴 SimpleCommit

RocketScriptBase() 보호된 메소드

Initializes a new instance of the RocketScriptBase class.
protected RocketScriptBase ( RocketFilterApp rocketFilterApp ) : System
rocketFilterApp RocketFilterApp The rocket filter application.
리턴 System

Simple() 공개 메소드

Transforms a Commit object to a SimpleCommit.
commit
public Simple ( Commit commit ) : SimpleCommit
commit LibGit2Sharp.Commit The commit.
리턴 SimpleCommit