C# Class APD.IntegrationTests.VCS.Git.ChangesetRepositorySpecs

Inheritance: GitSharpContext
Show file Open project: flyrev/Smeedee_git_plugin

Protected Properties

Property Type Description
MAX_NUMBER_OF_REVISIONS_TO_RECEIVE long
_head GitSharp.Commit
_minChangesetChache long?
adding_some_files_to_repos Context
changesetsLog Collection
changesets_are_requested When
repository GitChangesetRepository
resultset IEnumerable
the_repository_contain_changesets Context

Protected Methods

Method Description
GetAllChangesets ( ) : void
QueryChangesetsLog ( ) : Collection
SetupSharedContext ( ) : void
min_changeset ( ) : long

Method Details

GetAllChangesets() protected static method

protected static GetAllChangesets ( ) : void
return void

QueryChangesetsLog() protected method

protected QueryChangesetsLog ( ) : Collection
return Collection

SetupSharedContext() protected method

protected SetupSharedContext ( ) : void
return void

min_changeset() protected static method

protected static min_changeset ( ) : long
return long

Property Details

MAX_NUMBER_OF_REVISIONS_TO_RECEIVE protected static property

protected static long MAX_NUMBER_OF_REVISIONS_TO_RECEIVE
return long

_head protected static property

protected static Commit,GitSharp _head
return GitSharp.Commit

_minChangesetChache protected static property

protected static long? _minChangesetChache
return long?

adding_some_files_to_repos protected property

protected Context adding_some_files_to_repos
return Context

changesetsLog protected static property

protected static Collection changesetsLog
return Collection

changesets_are_requested protected property

protected When changesets_are_requested
return When

repository protected static property

protected static GitChangesetRepository repository
return GitChangesetRepository

resultset protected static property

protected static IEnumerable resultset
return IEnumerable

the_repository_contain_changesets protected property

protected Context the_repository_contain_changesets
return Context