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 Repositoryno 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 Repositoryno setter - isInitialized → bool
-
Available on Repository, provided by the RepositoryCommons extension
Checks if a repositoryWorkingDirName existsno setter - path → String
-
final
- remoteMetaData → RemoteMetaData?
-
Available on Repository, provided by the RepositoryEnvironment extension
Remote file in a Repositoryno setter - repositoryDirectory → Directory
-
Available on Repository, provided by the RepositoryCommons extension
Directory of a Repositoryno setter - repositoryPath → String
-
Available on Repository, provided by the RepositoryCommons extension
Path to a repositoryDirectoryno 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 Repositoryno setter - workingDirectory → Directory
-
Available on Repository, provided by the RepositoryCommons extension
Directory where a Repository and project lives inno 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