Interface GitNotesRemoveBuilder
- All Superinterfaces:
com.atlassian.bitbucket.scm.CommandBuilderSupport<GitNotesRemoveBuilder>,GitCommandBuilderSupport<GitNotesRemoveBuilder>,GitNotesBuilderSupport<GitNotesRemoveBuilder>
-
Field Summary
Fields inherited from interface com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport
ENV_AUTHOR_DATE, ENV_AUTHOR_EMAIL, ENV_AUTHOR_NAME, ENV_COMMITTER_DATE, ENV_COMMITTER_EMAIL, ENV_COMMITTER_NAME -
Method Summary
Modifier and TypeMethodDescriptionignoreMissing(boolean value) inputHandler(com.atlassian.bitbucket.scm.CommandInputHandler inputHandler) Methods inherited from interface com.atlassian.bitbucket.scm.CommandBuilderSupport
clearEnvironment, defaultExitHandler, exitHandler, removeEnvironment, withEnvironmentMethods inherited from interface com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport
alternate, alternates, alternates, author, author, author, build, commitish, committer, committer, committer, treeish, withConfiguration, withConfiguration, withConfiguration, withConfigurationMethods inherited from interface com.atlassian.bitbucket.scm.git.command.notes.GitNotesBuilderSupport
ref
-
Method Details
-
ignoreMissing
-
inputHandler
@Nonnull GitNotesRemoveBuilder inputHandler(@Nullable com.atlassian.bitbucket.scm.CommandInputHandler inputHandler)
-