Repository class

A Directory containing source control working data

Available extensions

Constructors

Repository.new(String path)

Properties

allBranches List<Branch>

Available on Repository, provided by the RepositoryEnvironment extension

Get all Branches in a Repository
no setter
hashCode int
The hash code for this object.
no setterinherited
ignore Ignore

Available on Repository, provided by the RepositoryEnvironment extension

Ignore file in a Repository
no setter
isInitialized bool

Available on Repository, provided by the RepositoryCommons extension

Checks if a repositoryWorkingDirName exists
no setter
path String
final
remoteMetaData RemoteMetaData?

Available on Repository, provided by the RepositoryEnvironment extension

Remote file in a Repository
no setter
repositoryDirectory Directory

Available on Repository, provided by the RepositoryCommons extension

Directory of a Repository
no setter
repositoryPath String

Available on Repository, provided by the RepositoryCommons extension

Path to a repositoryDirectory
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state State

Available on Repository, provided by the RepositoryEnvironment extension

State file in a Repository
no setter
workingDirectory Directory

Available on Repository, provided by the RepositoryCommons extension

Directory where a Repository and project lives in
no setter

Methods

initializeRepository({dynamic onAlreadyInitialized()? = onRepositoryAlreadyInitialized, dynamic onSuccessfullyInitialized()? = onRepositorySuccessfullyInitialized}) → void

Available on Repository, provided by the RepositoryActions extension

Create a Repository in path
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unInitializeRepository({void onRepositoryNotInitialized()? = onRepositoryNotInitialized, void onSuccessfullyUninitialized()? = onRepositorySuccessfullyUninitialized}) → void

Available on Repository, provided by the RepositoryActions extension

Delete all Repository data

Operators

operator ==(Object other) bool
The equality operator.
inherited