Uses of Class
com.atlassian.bitbucket.scm.git.worktree.PublishGitWorkTreeParameters
Packages that use PublishGitWorkTreeParameters
-
Uses of PublishGitWorkTreeParameters in com.atlassian.bitbucket.scm.git.worktree
Methods in com.atlassian.bitbucket.scm.git.worktree that return PublishGitWorkTreeParametersMethods in com.atlassian.bitbucket.scm.git.worktree with parameters of type PublishGitWorkTreeParametersModifier and TypeMethodDescriptionvoidGitWorkTree.publish(PublishGitWorkTreeParameters parameters) Fetches newly created commits into therepository, invokes any registered repository hooks and, if not vetoed, updates the requestedbranch.