Files
openide/platform/vcs-impl/api-dump-experimental.txt
Daniil Ovchinnikov 823e985f18 API dumps: re-generate dumps
GitOrigin-RevId: b5cec844cbfe3313723404f7a85b590c25350b41
2024-10-04 21:20:21 +00:00

37 lines
2.2 KiB
Plaintext

*:com.intellij.openapi.vcs.changes.ChangeListChangeAssigner
- sf:EP_NAME:com.intellij.openapi.extensions.ProjectExtensionPointName
- a:beforeChangesProcessing(com.intellij.openapi.vcs.changes.VcsDirtyScope):V
- a:getChangeListIdFor(com.intellij.openapi.vcs.changes.Change,com.intellij.openapi.vcs.changes.ChangeListManagerGate):java.lang.String
- a:markChangesProcessed(com.intellij.openapi.vcs.changes.VcsDirtyScope):V
*:com.intellij.openapi.vcs.changes.ChangesViewNodeAction
- sf:EP_NAME:com.intellij.openapi.extensions.ProjectExtensionPointName
- a:createNodeHoverIcon(com.intellij.openapi.vcs.changes.ui.ChangesBrowserNode):com.intellij.openapi.vcs.changes.ui.HoverIcon
- handleDoubleClick(com.intellij.openapi.vcs.changes.ui.ChangesBrowserNode):Z
c:com.intellij.openapi.vcs.changes.ui.TreeModelBuilder
- com.intellij.openapi.vcs.changes.ui.ChangesViewModelBuilder
- *:build(Z):javax.swing.tree.DefaultTreeModel
*:com.intellij.vcs.CacheableAnnotationProvider
- a:getFromCache(com.intellij.openapi.vfs.VirtualFile):com.intellij.openapi.vcs.annotate.FileAnnotation
- a:populateCache(com.intellij.openapi.vfs.VirtualFile):V
*:com.intellij.vcs.commit.AmendCommitAware
- a:getAmendCommitDetails(com.intellij.openapi.vfs.VirtualFile):org.jetbrains.concurrency.CancellablePromise
- a:getLastCommitMessage(com.intellij.openapi.vfs.VirtualFile):java.lang.String
- a:isAmendCommitSupported():Z
*:com.intellij.vcs.commit.CommitProgressUi
- a:addCommitCheckFailure(com.intellij.vcs.commit.CommitCheckFailure):V
- a:clearCommitCheckFailures():V
- a:getCommitCheckFailures():java.util.List
- a:isDumbMode():Z
- a:isEmptyChanges():Z
- a:isEmptyMessage():Z
- a:runWithProgress(Z,kotlin.jvm.functions.Function2,kotlin.coroutines.Continuation):java.lang.Object
- a:setDumbMode(Z):V
- a:setEmptyChanges(Z):V
- a:setEmptyMessage(Z):V
*:com.intellij.vcs.commit.DelayedCommitMessageProvider
- com.intellij.openapi.vcs.changes.ui.CommitMessageProvider
- a:init(com.intellij.openapi.project.Project,com.intellij.vcs.commit.CommitMessageUi,com.intellij.openapi.Disposable):V
*:com.intellij.vcs.commit.EditedCommitDetails
- a:getCommit():com.intellij.vcs.log.VcsFullCommitDetails
- a:getCurrentUser():com.intellij.vcs.log.VcsUser