public interface GitNotes
git notes subcommand will be executed when the builder is created.| Modifier and Type | Method and Description |
|---|---|
GitNotesAddBuilder |
add(String object) |
GitNotesRemoveBuilder |
remove(String object) |
GitNotesShowBuilder |
show(String object) |
@Nonnull GitNotesAddBuilder add(@Nonnull String object)
object - the object (identified by name or hash) of the object to apply the note to@Nonnull GitNotesRemoveBuilder remove(@Nonnull String object)
object - the object (identified by name or hash) of the object to remove the note from@Nonnull GitNotesShowBuilder show(@Nonnull String object)
object - the object (identified by name or hash) of the object to show the note onCopyright © 2019 Atlassian. All rights reserved.