- CancelIntegrationTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.integrator
***************************************************************************
Copyright 2016 Andreea Mocanu & Alexandru Mocanu
- CancelIntegrationTask() - Constructor in CancelIntegrationTask
-
- CancelMaintenanceIntegrationTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.integrator
***************************************************************************
Copyright 2016 Andreea Mocanu & Alexandru Mocanu
- CancelMaintenanceIntegrationTask() - Constructor in CancelMaintenanceIntegrationTask
-
- centralBranches() - Method in GitRepo
-
@return All names of branches that remote-track branches on the central repository.
- centralBranches() - Method in GrGitRepo
-
- changes() - Method in GitRepo
-
@return All changes in the repository (staged and unstaged).
- changes() - Method in GrGitRepo
-
- checkoutBranch(String) - Method in GitRepo
-
Checks out the branch with the given name.
- checkoutBranch(String) - Method in GrGitRepo
-
- checkOutBranch(String) - Method in SyncingAction
-
- close() - Method in GitRepo
-
Call this to release underlying resources.
- close() - Method in GrGitRepo
-
- commitIdOfBranch(String) - Method in GitRepo
-
@param branchName
- commitIdOfBranch(String) - Method in GrGitRepo
-
- commitIdOfTag(String) - Method in GitRepo
-
@param tagName
- commitIdOfTag(String) - Method in GrGitRepo
-
- commitSingleFile(String, String) - Method in GitRepo
-
Creates a commit consisting only of the given file, if possible.
- commitSingleFile(String, String) - Method in GrGitRepo
-
- conf - Field in BaseAction
-
- Configuration - Class in ro.amocanu.gradle.plugins.amworkflow.actions.conf
***************************************************************************
Copyright 2016 Andreea Mocanu & Alexandru Mocanu
- ConfigurationFactory - Class in ro.amocanu.gradle.plugins.amworkflow.actions.conf
***************************************************************************
Copyright 2016 Andreea Mocanu & Alexandru Mocanu
- ContinuousExtension - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.ext
***************************************************************************
Copyright 2016 Andreea Mocanu & Alexandru Mocanu
- continuousExtensionOf(Project) - Method in PluginExt
-
- ContinuousIntegrateFeatureTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.integrator
***************************************************************************
Copyright 2016 Andreea Mocanu & Alexandru Mocanu
- ContinuousIntegrateFeatureTask() - Constructor in ContinuousIntegrateFeatureTask
-
- CreateFeatureTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.developer
***************************************************************************
Copyright 2016 Andreea Mocanu & Alexandru Mocanu
- CreateFeatureTask() - Constructor in CreateFeatureTask
-
- createLocalAndRemoteBranch(String, String) - Method in GitRepo
-
Creates a local branch with the given name, starting from the given point,
and a branch with the same name in the central repository, tracked by the local branch.
- createLocalAndRemoteBranch(String, String) - Method in GrGitRepo
-
- createLocalBranch(String, String) - Method in GitRepo
-
Creates a non-tracking branch with the given name, starting from the given point.
- createLocalBranch(String, String) - Method in GrGitRepo
-
@param branchName
- createLocalBranchTrackingRemote(String, String) - Method in GitRepo
-
Creates a local branch with the given name, starting from the given
remote branch and tracking it.
- createLocalBranchTrackingRemote(String, String) - Method in GrGitRepo
-
- CreateMaintenanceBranchTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.developer
***************************************************************************
Copyright 2016 Andreea Mocanu & Alexandru Mocanu
- CreateMaintenanceBranchTask() - Constructor in CreateMaintenanceBranchTask
-
- CreateMaintenanceFeatureTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.developer
***************************************************************************
Copyright 2016 Andreea Mocanu & Alexandru Mocanu
- CreateMaintenanceFeatureTask() - Constructor in CreateMaintenanceFeatureTask
-
- CreateNewMaintenanceVersionTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.integrator
***************************************************************************
Copyright 2016 Andreea Mocanu & Alexandru Mocanu
- CreateNewMaintenanceVersionTask() - Constructor in CreateNewMaintenanceVersionTask
-
- CreateNewVersionTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.integrator
***************************************************************************
Copyright 2016 Andreea Mocanu & Alexandru Mocanu
- CreateNewVersionTask() - Constructor in CreateNewVersionTask
-
- createTag(String) - Method in GitRepo
-
Creates a tag with the given name.
- createTag(String) - Method in GrGitRepo
-
- currentBranch() - Method in GitRepo
-
@return The name of the currently checked-out branch, or
null if repository is in detached head.
- currentBranch() - Method in GrGitRepo
-