Class CreateSbbUsageParameterSet
- java.lang.Object
-
- com.opencloud.slee.mlet.ant.tasks.AbstractBaseTask
-
- com.opencloud.slee.mlet.ant.tasks.CreateSbbUsageParameterSet
-
- All Implemented Interfaces:
SubTask
@Deprecated public class CreateSbbUsageParameterSet extends AbstractBaseTask
Deprecated.This task is deprecated. It is recommended to use theCreateUsageParameterSetTask
task instead.A Rhino management sub task for creating 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 aNonFatalBuildException
instead of aBuildException
under specific circumstances. See below for conditions (if any) which will cause aNonFatalBuildException
.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 created already exists.
-
-
Field Summary
-
Fields inherited from class com.opencloud.slee.mlet.ant.tasks.AbstractBaseTask
client, failOnError
-
-
Constructor Summary
Constructors Constructor Description CreateSbbUsageParameterSet()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
execute()
Deprecated.void
setSbbID(String sbbID)
Deprecated.void
setServiceID(String serviceID)
Deprecated.void
setSetName(String setName)
Deprecated.protected void
validateParameters()
Deprecated.-
Methods inherited from class com.opencloud.slee.mlet.ant.tasks.AbstractBaseTask
getExceptionAndMessage, getFailOnError, getMessage, getOverrideFailOnError, getParent, getProject, log, run, setFailOnError
-
-
-
-
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 classAbstractBaseTask
- Throws:
org.apache.tools.ant.BuildException
-
validateParameters
protected void validateParameters() throws org.apache.tools.ant.BuildException
Deprecated.- Specified by:
validateParameters
in classAbstractBaseTask
- Throws:
org.apache.tools.ant.BuildException
-
-