C# Class GitRocketFilter.SimpleCommit

Represents a git commit for scripting, with flattened properties with lower case name.
Exibir arquivo Open project: xoofx/GitRocketFilter Class Usage Examples

Public Methods

Method Description
Reset ( ) : void

Resets this values to the original commit.

ToString ( ) : string

Private Methods

Method Description
SimpleCommit ( RocketFilterApp rocket, Commit commit ) : System

Initializes a new instance of the SimpleCommit class.

Method Details

Reset() public method

Resets this values to the original commit.
public Reset ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string