Staging class
- Available extensions
Constructors
- Staging.new(Branch branch)
Properties
- branch → Branch
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasStagedFiles → bool
-
Available on Staging, provided by the StagingStorage extension
Checks if files have been staged for a Commitno setter - ignore → Ignore
-
Available on Staging, provided by the StagingCommons extension
Get Ignore associated with repositoryno setter - repository → Repository
-
Available on Staging, provided by the StagingCommons extension
Get Repository associated with stagingFileno setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stagingData → StagingData?
-
Available on Staging, provided by the StagingStorage extension
Data containing files to be stagedno setter - stagingFile → File
-
Available on Staging, provided by the StagingStorage extension
Actual File that has stagingDatano setter - stagingFilePath → String
-
Available on Staging, provided by the StagingStorage extension
Path of stagingFileno setter
Methods
-
commitStagedFiles(
{required String message, dynamic onNoStagingData()? = onNoStagingData}) → void -
Available on Staging, provided by the StagingActions extension
Commit staged files in stagingFile with a commitmessage
If a Merge is pending, it will be included in the Commit -
deleteStagingData(
) → void -
Available on Staging, provided by the StagingStorage extension
Removes stagingFile -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
saveStagingData(
StagingData data) → StagingData -
Available on Staging, provided by the StagingStorage extension
Saveddata
to stagingFile -
stageFiles(
{required String pattern}) → void -
Available on Staging, provided by the StagingActions extension
Stages files to be Commited into a Branch that match thepattern
-
toString(
) → String -
A string representation of this object.
inherited
-
unstageFiles(
{void onStagingFileDoesntExist()?}) → void -
Available on Staging, provided by the StagingActions extension
Deletes data from stagingFile
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited