Skip navigation links

blowdryer:1.5.1 by DiffPlug

A B C D E F G I L P R V W  

A

apply(Project) - Method in class com.diffplug.blowdryer.BlowdryerPlugin
 
apply(Settings) - Method in class com.diffplug.blowdryer.BlowdryerSetupPlugin
 
authToken(String) - Method in class com.diffplug.blowdryer.BlowdryerSetup.Bitbucket
 
authToken(String) - Method in class com.diffplug.blowdryer.BlowdryerSetup.GitHub
 
authToken(String) - Method in class com.diffplug.blowdryer.BlowdryerSetup.GitLab
 

B

bitbucket(String, BlowdryerSetup.GitAnchorType, String) - Method in class com.diffplug.blowdryer.BlowdryerSetup
Sets the source where we will grab these scripts.
Blowdryer - Class in com.diffplug.blowdryer
Public static methods which retrieve resources as determined by BlowdryerSetup.
Blowdryer.WithProject - Class in com.diffplug.blowdryer
Alias for Blowdryer which fills in the project field of the proj() methods automatically.
BlowdryerPlugin - Class in com.diffplug.blowdryer
Optional gradle plugin which can only be applied to the root project, and will create the 干 extension on every project.
BlowdryerPlugin() - Constructor for class com.diffplug.blowdryer.BlowdryerPlugin
 
BlowdryerSetup - Class in com.diffplug.blowdryer
Configures where Blowdryer.file(String) downloads files from.
BlowdryerSetup(File) - Constructor for class com.diffplug.blowdryer.BlowdryerSetup
Pass in the directory that will be used to resolve string arguments to devLocal.
BlowdryerSetup.Bitbucket - Class in com.diffplug.blowdryer
 
BlowdryerSetup.BitbucketType - Enum in com.diffplug.blowdryer
 
BlowdryerSetup.GitAnchorType - Enum in com.diffplug.blowdryer
 
BlowdryerSetup.GitHub - Class in com.diffplug.blowdryer
 
BlowdryerSetup.GitLab - Class in com.diffplug.blowdryer
 
BlowdryerSetupPlugin - Class in com.diffplug.blowdryer
Gradle settings plugin which configures the source URL and version.
BlowdryerSetupPlugin() - Constructor for class com.diffplug.blowdryer.BlowdryerSetupPlugin
 

C

com.diffplug.blowdryer - package com.diffplug.blowdryer
 
customDomainHttp(String) - Method in class com.diffplug.blowdryer.BlowdryerSetup.Bitbucket
 
customDomainHttp(String) - Method in class com.diffplug.blowdryer.BlowdryerSetup.GitLab
 
customDomainHttps(String) - Method in class com.diffplug.blowdryer.BlowdryerSetup.Bitbucket
 
customDomainHttps(String) - Method in class com.diffplug.blowdryer.BlowdryerSetup.GitLab
 

D

devLocal(Object) - Method in class com.diffplug.blowdryer.BlowdryerSetup
Sets the source to be the given local folder, usually for developing changes before they are pushed to git.

E

experimental(Closure<String>) - Method in class com.diffplug.blowdryer.BlowdryerSetup
Sets the mapping from file(String) to immutableUrl(String).
experimental(Function<String, String>) - Method in class com.diffplug.blowdryer.BlowdryerSetup
Sets the mapping from file(String) to immutableUrl(String).

F

file(String) - Static method in class com.diffplug.blowdryer.Blowdryer
Returns the given resource as a File (as configured by BlowdryerSetup.
file(String) - Method in class com.diffplug.blowdryer.Blowdryer.WithProject
file(String) - Static method in class com.diffplug.blowdryer.

G

github(String, BlowdryerSetup.GitAnchorType, String) - Method in class com.diffplug.blowdryer.BlowdryerSetup
Sets the source where we will grab these scripts.
gitlab(String, BlowdryerSetup.GitAnchorType, String) - Method in class com.diffplug.blowdryer.BlowdryerSetup
Sets the source where we will grab these scripts.

I

immutableUrl(String) - Static method in class com.diffplug.blowdryer.Blowdryer
Downloads the given url to a local file in the system temporary directory.
immutableUrl(String, String) - Static method in class com.diffplug.blowdryer.Blowdryer
Downloads the given url to a local file in the system temporary directory.
immutableUrl(String) - Method in class com.diffplug.blowdryer.Blowdryer.WithProject
immutableUrl(String, String) - Method in class com.diffplug.blowdryer.Blowdryer.WithProject
immutableUrl(String) - Static method in class com.diffplug.blowdryer.
immutableUrl(String, String) - Method in class com.diffplug.blowdryer.

L

localJar(File) - Method in class com.diffplug.blowdryer.BlowdryerSetup
Uses the provided jarFile to extract a file resource.

P

proj(Project, String, String) - Static method in class com.diffplug.blowdryer.Blowdryer
Reads a property from the project, and throws “Undefined ‘key’: descForError” if it is missing.
proj(Project, Class<T>, String, String) - Static method in class com.diffplug.blowdryer.Blowdryer
Reads a property from the project, and throws “Undefined ‘key’: descForError” if it is missing, or “Wrong type ‘key’: descForError - expected java.io.File but was java.io.String”
proj(String, String) - Method in class com.diffplug.blowdryer.Blowdryer.WithProject
proj(Class<T>, String, String) - Method in class com.diffplug.blowdryer.Blowdryer.WithProject
proj(Project, String, String) - Static method in class com.diffplug.blowdryer.
proj(Project, Class<T>, String, String) - Static method in class com.diffplug.blowdryer.
projOptional(Project, Class<T>, String, String) - Static method in class com.diffplug.blowdryer.Blowdryer
Reads a property from the project, returns null if it is not present.
projOptional(Project, String, String) - Static method in class com.diffplug.blowdryer.Blowdryer
projOptional(String, String) - Method in class com.diffplug.blowdryer.Blowdryer.WithProject
projOptional(Class<T>, String, String) - Method in class com.diffplug.blowdryer.Blowdryer.WithProject
projOptional(Project, String, String) - Static method in class com.diffplug.blowdryer.
projOptional(Project, Class<T>, String, String) - Static method in class com.diffplug.blowdryer.
prop(String, String) - Static method in class com.diffplug.blowdryer.Blowdryer
Returns the key from the given propFile (adds .properties extension automatically).
prop(String, String) - Method in class com.diffplug.blowdryer.Blowdryer.WithProject
prop(String, String) - Static method in class com.diffplug.blowdryer.

R

repoSubfolder(String) - Method in class com.diffplug.blowdryer.BlowdryerSetup
Default value is src/main/resources.

V

valueOf(String) - Static method in enum com.diffplug.blowdryer.BlowdryerSetup.BitbucketType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.diffplug.blowdryer.BlowdryerSetup.GitAnchorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.diffplug.blowdryer.BlowdryerSetup.BitbucketType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.diffplug.blowdryer.BlowdryerSetup.GitAnchorType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WithProject(Project) - Constructor for class com.diffplug.blowdryer.Blowdryer.WithProject
 

- Class in com.diffplug.blowdryer
Alias for Blowdryer.
A B C D E F G I L P R V W  
Skip navigation links

blowdryer:1.5.1 by DiffPlug