C# Class GitRocketFilter.RocketScriptBase

Base class for a script.
Afficher le fichier Open project: xoofx/GitRocketFilter

Méthodes publiques

Méthode Description
Map ( SimpleCommit commit ) : SimpleCommit

Maps the specified commit to an already mapped commit.

Simple ( Commit commit ) : SimpleCommit

Transforms a Commit object to a SimpleCommit.

Méthodes protégées

Méthode Description
RocketScriptBase ( RocketFilterApp rocketFilterApp ) : System

Initializes a new instance of the RocketScriptBase class.

Method Details

Map() public méthode

Maps the specified commit to an already mapped commit.
commit
public Map ( SimpleCommit commit ) : SimpleCommit
commit SimpleCommit The commit.
Résultat SimpleCommit

RocketScriptBase() protected méthode

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

Simple() public méthode

Transforms a Commit object to a SimpleCommit.
commit
public Simple ( Commit commit ) : SimpleCommit
commit LibGit2Sharp.Commit The commit.
Résultat SimpleCommit