Class BundleGroup
Defined in: rhqapi.js.
Constructor Attributes | Constructor Name and Description |
---|---|
BundleGroup(param)
|
Field Attributes | Field Name and Description |
---|---|
gets ID of this group
|
|
gets name of this group
|
|
gets underlying ResourceGroup instance
|
Method Attributes | Method Name and Description |
---|---|
assignBundles(bundles)
assigns bundles to this group, does nothing if bundles are already in this group
|
|
bundles()
returns bundles assigned to this group
|
|
getId()
returns ID of this group
|
|
remove()
removes this bundle group
|
|
unassignBundles(bundles)
unassigns bundles to this group, does nothing if bundles are not assigned with this group
|
Field Detail
id
gets ID of this group
name
gets name of this group
obj
gets underlying ResourceGroup instance
Method Detail
assignBundles(bundles)
assigns bundles to this group, does nothing if bundles are already in this group
- Parameters:
- {Bundle[]} bundles
- to assign
{Bundle[]}
bundles()
returns bundles assigned to this group
{Number}
getId()
returns ID of this group
remove()
removes this bundle group
unassignBundles(bundles)
unassigns bundles to this group, does nothing if bundles are not assigned with this group
- Parameters:
- {Bundle[]} bundles
- to assign