A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

allAncestorTags() - Method in GitRepo
@return All the tags in the repository that belong to ancestors of HEAD, including HEAD itself.
allAncestorTags() - Method in GrGitRepo
allTags() - Method in GitRepo
@return All the tags in the repository.
allTags() - Method in GrGitRepo
apply(Project) - Method in WorkflowPlugin

B

BaseAction - Class in ro.amocanu.gradle.plugins.amworkflow.actions
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
BaseAction(Configuration, GitRepo) - Constructor in BaseAction
baseTaskAction() - Method in BaseWorkflowTask
BaseWorkflowTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
branchToBranchRelation(String, String) - Method in GitRepo
@param firstBranch
branchToBranchRelation(String, String) - Method in GrGitRepo
@param firstBranch

C

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

D

DeliverFeatureTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.developer
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
DeliverFeatureTask() - Constructor in DeliverFeatureTask
DeveloperActions - Class in ro.amocanu.gradle.plugins.amworkflow.actions.developer
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
DiscardFeatureTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.developer
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
DiscardFeatureTask() - Constructor in DiscardFeatureTask
DiscardMaintenanceFeatureTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.developer
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
DiscardMaintenanceFeatureTask() - Constructor in DiscardMaintenanceFeatureTask

E

extensionOf(Project) - Method in PluginExt

F

fastForwardCurrentBranchTo(String) - Method in GitRepo
Merges the given branch into the currently checked-out branch in fast-forward-only mode.
fastForwardCurrentBranchTo(String) - Method in GrGitRepo
FEATURE_NAME - Field in TaskParameters
fetchAllBranchesAndPrune() - Method in GitRepo
Fetches all the branches in the central repository, pruning all the remote-tracking branches that no longer exist on the central repository.
fetchAllBranchesAndPrune() - Method in GrGitRepo
fetchAllTags() - Method in GitRepo
Fetches all the tags from the central repository.
fetchAllTags() - Method in GrGitRepo
fetchBranches(Iterable<String>) - Method in GitRepo
Fetches only the branches with the given names from the central repository.
fetchBranches(Iterable<String>) - Method in GrGitRepo
fromContinuousExtension(ContinuousExtension) - Method in ConfigurationFactory
fromExtension(PluginExt) - Method in ConfigurationFactory
fromString(String) - Method in Version
fromVersionedExtension(VersionedExtension) - Method in ConfigurationFactory
fromVersionedExtensionWithMaintenedVersion(VersionedExtension, String) - Method in ConfigurationFactory

G

getOptionalProperty(Project, String) - Method in ProjectUtil
getProperty(Project, String) - Method in ProjectUtil
git - Field in BaseAction
GitRepo - Interface in ro.amocanu.gradle.plugins.amworkflow.git
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
GitRepo.Relation - Enum in ro.amocanu.gradle.plugins.amworkflow.git
GoToFeatureTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.developer
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
GoToFeatureTask() - Constructor in GoToFeatureTask
GoToMaintenanceFeatureTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.developer
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
GoToMaintenanceFeatureTask() - Constructor in GoToMaintenanceFeatureTask
GrGitRepo - Class in ro.amocanu.gradle.plugins.amworkflow.git
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu

H

httpGet(String, String, String) - Method in HttpUtil
HttpUtil - Class in ro.amocanu.gradle.plugins.amworkflow.util
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
HttpUtil.HttpResponse - Class in ro.amocanu.gradle.plugins.amworkflow.util

I

IntegrateFeatureTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.integrator
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
IntegrateFeatureTask() - Constructor in IntegrateFeatureTask
IntegrateMaintenanceFeatureTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.integrator
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
IntegrateMaintenanceFeatureTask() - Constructor in IntegrateMaintenanceFeatureTask
IntegratorActions - Class in ro.amocanu.gradle.plugins.amworkflow.actions.integrator
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
isCentralBranch(String) - Method in GitRepo
@param branchName
isCentralBranch(String) - Method in GrGitRepo
isConsecutiveTo(Version) - Method in Version
isDetachedHead() - Method in GitRepo
@return true if the repository is in the detached head state, false otherwise
isDetachedHead() - Method in GrGitRepo
isError(HttpUtil.HttpResponse) - Method in HttpUtil
isLocalBranch(String) - Method in GitRepo
@param branchName
isLocalBranch(String) - Method in GrGitRepo
isLocalBranchTrackingRemoteBranch(String, String) - Method in GitRepo
@param branchName
isLocalBranchTrackingRemoteBranch(String, String) - Method in GrGitRepo
isTag(String) - Method in GitRepo
@param tagName
isTag(String) - Method in GrGitRepo
isVersionString(String) - Method in Version

J

K

L

localBranches() - Method in GitRepo
@return All local branch names.
localBranches() - Method in GrGitRepo

M

MAINTAINED_VERSION - Field in TaskParameters
makeDelegate(PluginExt, GitRepo) - Method in BaseWorkflowTask
makeDelegate(PluginExt, GitRepo) - Method in CancelIntegrationTask
makeDelegate(PluginExt, GitRepo) - Method in CancelMaintenanceIntegrationTask
makeDelegate(PluginExt, GitRepo) - Method in ContinuousIntegrateFeatureTask
makeDelegate(PluginExt, GitRepo) - Method in CreateFeatureTask
makeDelegate(PluginExt, GitRepo) - Method in CreateMaintenanceBranchTask
makeDelegate(PluginExt, GitRepo) - Method in CreateMaintenanceFeatureTask
makeDelegate(PluginExt, GitRepo) - Method in CreateNewMaintenanceVersionTask
makeDelegate(PluginExt, GitRepo) - Method in CreateNewVersionTask
makeDelegate(PluginExt, GitRepo) - Method in DeliverFeatureTask
makeDelegate(PluginExt, GitRepo) - Method in DiscardFeatureTask
makeDelegate(PluginExt, GitRepo) - Method in DiscardMaintenanceFeatureTask
makeDelegate(PluginExt, GitRepo) - Method in GoToFeatureTask
makeDelegate(PluginExt, GitRepo) - Method in GoToMaintenanceFeatureTask
makeDelegate(PluginExt, GitRepo) - Method in IntegrateFeatureTask
makeDelegate(PluginExt, GitRepo) - Method in IntegrateMaintenanceFeatureTask
makeDelegate(PluginExt, GitRepo) - Method in PrepareFeatureIntegrationTask
makeDelegate(PluginExt, GitRepo) - Method in PrepareMaintenanceFeatureIntegrationTask
makeDelegate(PluginExt, GitRepo) - Method in ShowIntegrationStatusTask
makeDelegate(PluginExt, GitRepo) - Method in ShowMaintenanceIntegrationStatusTask

N

newCancelIntegrationAction(PluginExt, GitRepo) - Method in IntegratorActions
newCancelMaintenanceIntegrationAction(PluginExt, GitRepo, String) - Method in IntegratorActions
newContinuousIntegrateFeatureAction(PluginExt, GitRepo) - Method in IntegratorActions
newCreateFeatureAction(PluginExt, GitRepo, String) - Method in DeveloperActions
newCreateMaintenanceBranchAction(PluginExt, GitRepo, String) - Method in DeveloperActions
newCreateMaintenanceFeatureAction(PluginExt, GitRepo, String, String) - Method in DeveloperActions
newCreateNewMaintenanceVersionAction(PluginExt, GitRepo, String, String) - Method in IntegratorActions
newCreateNewVersionAction(PluginExt, GitRepo, String) - Method in IntegratorActions
newDeliverFeatureAction(PluginExt, GitRepo) - Method in DeveloperActions
newDiscardFeatureAction(PluginExt, GitRepo, String) - Method in DeveloperActions
newDiscardMaintenanceFeatureAction(PluginExt, GitRepo, String, String) - Method in DeveloperActions
newGoToFeatureAction(PluginExt, GitRepo, String) - Method in DeveloperActions
newGoToMaintenanceFeatureAction(PluginExt, GitRepo, String, String) - Method in DeveloperActions
newIntegrateFeatureAction(PluginExt, GitRepo) - Method in IntegratorActions
newIntegrateMaintenanceFeatureAction(PluginExt, GitRepo, String) - Method in IntegratorActions
newPrepareFeatureIntegrationAction(PluginExt, GitRepo) - Method in IntegratorActions
newPrepareMaintenanceFeatureIntegrationAction(PluginExt, GitRepo, String) - Method in IntegratorActions
newShowIntegrationStatusAction(PluginExt, GitRepo) - Method in IntegratorActions
newShowMaintenanceIntegrationStatusAction(PluginExt, GitRepo, String) - Method in IntegratorActions

O

open(String, String, String, String) - Method in GrGitRepo

P

PluginExt - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.ext
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
PrepareFeatureIntegrationTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.integrator
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
PrepareFeatureIntegrationTask() - Constructor in PrepareFeatureIntegrationTask
PrepareMaintenanceFeatureIntegrationTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.integrator
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
PrepareMaintenanceFeatureIntegrationTask() - Constructor in PrepareMaintenanceFeatureIntegrationTask
ProjectUtil - Class in ro.amocanu.gradle.plugins.amworkflow.util
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
pushBranchToCentral(String) - Method in GitRepo
Pushed the given branch to the central repository.
pushBranchToCentral(String) - Method in GrGitRepo
pushBranchToCentralWithTags(String) - Method in GitRepo
Pushed the given branch to the central repository together with any existing tags.
pushBranchToCentralWithTags(String) - Method in GrGitRepo
pushTagsToCentral() - Method in GitRepo
Pushes all the tags to the central repository.
pushTagsToCentral() - Method in GrGitRepo

Q

R

readVersion() - Method in VersionFile
removeBranch(String) - Method in GitRepo
Removes the branch with the given name from the repository.
removeBranch(String) - Method in GrGitRepo
removeBranchOnCentral(String) - Method in GitRepo
Removes the branch with the given name from the central repository.
removeBranchOnCentral(String) - Method in GrGitRepo
resetCurrentBranchToCommit(String) - Method in GitRepo
Resets the currently checked-out branch to the commit with the given id in the local repository.
resetCurrentBranchToCommit(String) - Method in GrGitRepo
ROLE - Field in TaskParameters
rootDir() - Method in GitRepo
The absolute path of the repository.
rootDir() - Method in GrGitRepo
RootExtension - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.ext
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
rootExtensionOf(Project) - Method in PluginExt
run() - Method in SyncingAction
runAction() - Method in SyncingAction

S

ShowIntegrationStatusTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.integrator
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
ShowIntegrationStatusTask() - Constructor in ShowIntegrationStatusTask
ShowMaintenanceIntegrationStatusTask - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks.integrator
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
ShowMaintenanceIntegrationStatusTask() - Constructor in ShowMaintenanceIntegrationStatusTask
stagedChanges() - Method in GitRepo
@return All staged changes in the repository.
stagedChanges() - Method in GrGitRepo
SyncingAction - Class in ro.amocanu.gradle.plugins.amworkflow.actions
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
SyncingAction(Configuration, GitRepo) - Constructor in SyncingAction

T

TaskParameters - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.tasks
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
toString() - Method in Version

U

unstagedChanges() - Method in GitRepo
@return All unstaged changes in the repository.
unstagedChanges() - Method in GrGitRepo
usage(Iterable) - Method in BaseWorkflowTask

V

validate(Project) - Method in PluginExt
Version - Class in ro.amocanu.gradle.plugins.amworkflow.actions.versioned
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
VERSION_TYPE - Field in TaskParameters
VersionedConfiguration - Class in ro.amocanu.gradle.plugins.amworkflow.actions.conf
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
VersionedExtension - Class in ro.amocanu.gradle.plugins.amworkflow.plugin.ext
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
versionedExtensionOf(Project) - Method in PluginExt
VersionFile - Class in ro.amocanu.gradle.plugins.amworkflow.actions.versioned
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
VersionFile(String, String) - Constructor in VersionFile

W

WorkflowPlugin - Class in ro.amocanu.gradle.plugins.amworkflow
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
WorkflowType - Enum in ro.amocanu.gradle.plugins.amworkflow.plugin.ext
*************************************************************************** Copyright 2016 Andreea Mocanu & Alexandru Mocanu
workflowTypeOf(Project) - Method in PluginExt
writeVersion(Version) - Method in VersionFile

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _