Class OpsParams

    • Field Detail

      • origin

        public OpsParams.Origin origin
        Type of deployment operation, by default it's deployment
      • command

        public OpsParams.Command command
        The command associated with this operation, by default it's deploy
      • _classicstyle

        public Boolean _classicstyle
    • Constructor Detail

      • OpsParams

        public OpsParams()
    • Method Detail

      • getOrigin

        public OpsParams.Origin getOrigin()
        Type of deployment operation, by default it's deployment
        Returns:
      • getCommand

        public OpsParams.Command getCommand()
        The command associated with this operation, by default it's deploy
        Returns:
      • name

        public abstract String name()
        Returns:
        the name of the application being deployed
      • libraries

        public abstract String libraries()
        Libraries that are to used with the application.

        These libraries if local should be under lib/applibs

        Returns:
        a comma separated list of JAR files