Groovy Documentation

org.linkedin.gradle.plugins
[Groovy] Class SpecPlugin

java.lang.Object
  org.linkedin.gradle.plugins.SpecPlugin

class SpecPlugin

The goal of this plugin is to read/parse the product spec and make it available during the build

Authors:
ypujante@linkedin.com


Property Summary
Project project

 
Method Summary
void apply(Project project)

java.lang.Object configureProject()

Configure the project based on the spec.

protected java.lang.Object parseProjectSpec(java.io.File projectSpectFile, boolean expandProperties)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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()
 

Property Detail

project

Project project


 
Method Detail

apply

void apply(Project project)


configureProject

java.lang.Object configureProject()
Configure the project based on the spec.


parseProjectSpec

protected java.lang.Object parseProjectSpec(java.io.File projectSpectFile, boolean expandProperties)


 

Groovy Documentation