This is the SEU-as-code extension for our SeuacBasePlugin.
| Type | Name and description |
|---|---|
SeuacBanner |
banner |
SeuacDatastore |
datastore |
SeuacLayout |
layout |
java.lang.String |
projectName |
java.lang.String |
seuHome |
| Type | Name and description |
|---|---|
void |
banner(SeuacBanner theBanner)Convenience setter for the banner. |
void |
banner(groovy.lang.Closure closure)Short hand method to set the banner as closure. |
void |
datastore(SeuacDatastore aDatastore)Short hand method to set the datastore. |
void |
datastore(groovy.lang.Closure closure)Short hand method to set the datastore as closure. |
SeuacBanner |
getBanner()Get the banner for this extension. |
SeuacDatastore |
getDatastore()Get the datastore for this extension. |
SeuacLayout |
getLayout()Get the layout for this extension. |
void |
layout(SeuacLayout aLayout)Short hand method to set the project layout. |
void |
layout(groovy.lang.Closure closure)Short hand method to set the project layout as closure. |
void |
projectName(java.lang.String aProjectName)Short hand method to set the project name. |
void |
seuHome(java.lang.String aSeuHome)Short hand method to set the SEU home. |
| 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() |
Convenience setter for the banner.
theBanner - the bannerShort hand method to set the banner as closure.
closure - the banner configuration closureShort hand method to set the datastore.
aLayout - the datastoreShort hand method to set the datastore as closure.
closure - the datastore configuration closureGet the banner for this extension. If no banner has been set explicitly, we will return the default.
Get the datastore for this extension. If no datastore has been set explicitly, we will return the default.
Get the layout for this extension. If not layout has been set explicitly, we will return the default.
Short hand method to set the project layout.
aLayout - the project layoutShort hand method to set the project layout as closure.
closure - the configuration closureShort hand method to set the project name.
aProjectName - the project nameShort hand method to set the SEU home.
aSeuHome - the SEU home