Skip to content
Snippets Groups Projects
Select Git revision
  • e5e7400e0628a2078cc5e66bb0aa238c06885ae0
  • main default protected
  • section4
  • save_state
  • section2
  • section1
6 results

HelloController.java

Blame
  • AssignmentPublishCommand.ts 313 B
    import AssignmentPublishUnpublishCommandBase from './AssignmentPublishUnpublishCommandBase.js';
    
    
    class AssignmentPublishCommand extends AssignmentPublishUnpublishCommandBase {
        protected commandName: string = 'publish';
        protected publish: boolean = true;
    }
    
    
    export default new AssignmentPublishCommand();