Utility methods for the plugins.
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
ERGON_EXTENSION |
The name of the container for all egg extension within the project. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static ErgonExtension |
getExtension(org.gradle.api.Project project)Ensures that the passed project has an extensible 'eggs' extension. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The name of the container for all egg extension within the project.
Ensures that the passed project has an extensible 'eggs' extension.
project - the project that requires an 'eggs' extension container.