A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractBaselinePlugin - Class in com.palantir.baseline.plugins
The super class of all Baseline plugins.
apply(Project) - Method in Baseline
apply(Project) - Method in BaselineCheckstyle
apply(Project) - Method in BaselineConfig
apply(Project) - Method in BaselineEclipse
apply(Project) - Method in BaselineFindBugs
apply(Project) - Method in BaselineIdea

B

Baseline - Class in com.palantir.baseline.plugins
A Plugin that configures a project with all Baseline settings.
BaselineCheckstyle - Class in com.palantir.baseline.plugins
Configures the Gradle 'checkstyle' task with Baseline settings.
BaselineConfig - Class in com.palantir.baseline.plugins
Extracts Baseline configuration into the configuration directory.
BaselineEclipse - Class in com.palantir.baseline.plugins
Configures the Gradle 'eclipse' task with Baseline settings.
BaselineFindBugs - Class in com.palantir.baseline.plugins
Configures the Gradle 'findbugs' task with Baseline-specific configuration.
BaselineIdea - Class in com.palantir.baseline.plugins
BaselineParameters - Class in com.palantir.baseline

C

configureCheckstyle() - Method in BaselineCheckstyle
configureCheckstyleForEclipse() - Method in BaselineCheckstyle
configureFindBugs() - Method in BaselineFindBugs
configureFindBugsForEclipse() - Method in BaselineFindBugs

D

E

F

G

getConfigDir() - Method in AbstractBaselinePlugin
Returns the absolute path of the Baseline configuration, i.e., the directory '.baseline' in the root directory of this project.
getExcludeFilterFile() - Method in BaselineFindBugs

H

I

J

K

L

M

mergeProperties(Properties, Properties, Map) - Method in BaselineEclipse
Copies all name/value pairs from from to into, replacing variable names (e.g., $var or ${var}) occurring in values via a groovy.text.SimpleTemplateEngine and the given binding.

N

O

P

project - Field in AbstractBaselinePlugin
The org.gradle.api.Project that this plugin has been applied to; must be set in the org.gradle.api.Project#apply method.

Q

R

S

T

U

V

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _