Package mks.si.brain.triggers.beans
Class ScriptNewSubprojectArgumentsBean
- java.lang.Object
-
- mks.frame.triggers.ScriptExposableBaseBean
-
- mks.frame.triggers.beans.ScriptBaseBean
-
- mks.si.brain.triggers.beans.ScriptBaseBean
-
- mks.si.brain.triggers.beans.ScriptNewSubprojectArgumentsBean
-
- All Implemented Interfaces:
mks.frame.triggers.ScriptExposableBean
public class ScriptNewSubprojectArgumentsBean extends ScriptBaseBean implements mks.frame.triggers.ScriptExposableBean
The class for arguments to a new subproject API call; this bean is available during a Project.newSubproject event.- See Also:
ScriptProjectBean
,ScriptSubprojectBean
-
-
Constructor Summary
Constructors Constructor Description ScriptNewSubprojectArgumentsBean(mks.si.api.SubprojectID subprojectID, mks.si.api.ChangePackageID changePackageID)
Construct a ScriptNewSubprojectArgumentsBean object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getChangePackage()
Returns the identification of the change package that this new subproject corresponds to.java.lang.String
getExposedName()
Returns the name of this bean that is exposed to the scripting language.java.lang.String
getSubprojectPath()
Returns the path to the subproject that is being created.-
Methods inherited from class mks.frame.triggers.beans.ScriptBaseBean
getEnvironmentBean, setEnvironmentBean
-
-
-
-
Method Detail
-
getExposedName
public java.lang.String getExposedName()
Returns the name of this bean that is exposed to the scripting language.- Specified by:
getExposedName
in interfacemks.frame.triggers.ScriptExposableBean
- Specified by:
getExposedName
in classScriptBaseBean
- Returns:
- The bean's exposed name:
siNewSubprojectArgumentsBean
.
-
getSubprojectPath
public java.lang.String getSubprojectPath()
Returns the path to the subproject that is being created.- Returns:
- A String object containing the subproject's path.
-
getChangePackage
public java.lang.String getChangePackage()
Returns the identification of the change package that this new subproject corresponds to.- Returns:
- a string version of the change package identifier.
-
-