Package com.mooltiverse.oss.nyx.gradle
Class NyxExtension.Service
- java.lang.Object
-
- com.mooltiverse.oss.nyx.gradle.NyxExtension.Service
-
- Enclosing class:
- NyxExtension
public static class NyxExtension.Service extends Object
The class to model a single service item within the 'services' block within the extension.
-
-
Constructor Detail
-
Service
public Service(String name)
Constructor. This constructor is required as per theNamedDomainObjectContainer
specification.- Parameters:
name
- the service name
-
-
Method Detail
-
getName
public String getName()
Returns the name read-only mandatory property.- Returns:
- the name read-only mandatory property.
-
-