Class RemoveSbbUsageParameterSet

  • All Implemented Interfaces:
    SubTask

    @Deprecated
    public class RemoveSbbUsageParameterSet
    extends AbstractBaseTask
    Deprecated.
    This task is deprecated. It is recommended to use the RemoveUsageParameterSetTask task instead.

    A Rhino management sub task for removing sbb usage parameter sets

    Ant Parameters
    Attribute Description Required

    failonerror

    Flag to control failure behaviour. If 'true', the sub task will throw a BuildException when an error is encountered. If 'false', the sub task will throw a NonFatalBuildException instead of a BuildException under specific circumstances. See below for conditions (if any) which will cause a NonFatalBuildException.

    No. default value is taken from the Rhino management parent task.

    serviceid

    ID of the service.

    Yes.

    sbbid

    ID of the sbb.

    Yes.

    setname

    Name of the parameter set to create.

    Yes.

    NonFatalBuildException throw conditions
    • The sbb parameter set to be removed doesn’t exist.

    • Constructor Detail

      • RemoveSbbUsageParameterSet

        public RemoveSbbUsageParameterSet()
        Deprecated.
    • Method Detail

      • setSetName

        public void setSetName​(String setName)
        Deprecated.
      • setServiceID

        public void setServiceID​(String serviceID)
        Deprecated.
      • setSbbID

        public void setSbbID​(String sbbID)
        Deprecated.
      • execute

        protected void execute()
                        throws org.apache.tools.ant.BuildException
        Deprecated.
        Specified by:
        execute in class AbstractBaseTask
        Throws:
        org.apache.tools.ant.BuildException
      • validateParameters

        protected void validateParameters()
                                   throws org.apache.tools.ant.BuildException
        Deprecated.
        Specified by:
        validateParameters in class AbstractBaseTask
        Throws:
        org.apache.tools.ant.BuildException