Interface FileChangeSetTitleProvider

interface FileChangeSetTitleProvider {
    getChangeSetTitle(ctx): string;
}

Implemented by

Methods