Skip navigation links
A C D F G I L M N P R S U V Y 

A

apply(Project) - Method in class yakworks.gradle.shipkit.CirclePlugin
 
apply(Project) - Method in class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
 
apply(Project) - Method in class yakworks.gradle.shipkit.versionupgrade.UpgradeDownstreamPlugin
 

C

CHECKOUT_BASE_BRANCH - Static variable in class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
 
CHECKOUT_VERSION_BRANCH - Static variable in class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
 
CirclePlugin - Class in yakworks.gradle.shipkit
Configures the release automation to be used with Circle CI.
CirclePlugin() - Constructor for class yakworks.gradle.shipkit.CirclePlugin
 
COMMIT_VERSION_UPGRADE - Static variable in class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
 
CREATE_PULL_REQUEST - Static variable in class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
 

D

DEPENDENCY_NEW_VERSION_PATTERN - Static variable in class yakworks.gradle.shipkit.versionupgrade.DependencyNewVersionParser
 
DEPENDENCY_PROJECT_PROPERTY - Static variable in class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
 
DependencyNewVersionParser - Class in yakworks.gradle.shipkit.versionupgrade
 
DependencyNewVersionParser(String) - Constructor for class yakworks.gradle.shipkit.versionupgrade.DependencyNewVersionParser
 

F

fillVersionUpgradeExtension(UpgradeDependencyExtension) - Method in class yakworks.gradle.shipkit.versionupgrade.DependencyNewVersionParser
 
FIND_OPEN_PULL_REQUEST - Static variable in class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
 

G

getBuildFile() - Method in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
See UpgradeDependencyExtension.getBuildFile()
getClassName(String, String) - Static method in class yakworks.commons.NameUtils
Returns the class name for the given logical name and trailing name.
getClassName(String) - Static method in class yakworks.commons.NameUtils
Return the class name for the given logical name.
getClassNameRepresentation(String) - Static method in class yakworks.commons.NameUtils
Returns the class name representation of the given name
getDependencyGroup() - Method in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
See UpgradeDependencyExtension.getDependencyGroup()
getDependencyName() - Method in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
See UpgradeDependencyExtension.getDependencyName()
getFullClassName(Class) - Static method in class yakworks.commons.NameUtils
Returns the class name, including package, for the given class.
getFullClassName(String) - Static method in class yakworks.commons.NameUtils
Returns the class name, including package, for the given class.
getGetterName(String) - Static method in class yakworks.commons.NameUtils
Calculate the name for a getter method to retrieve the specified property
getLogicalName(Class<?>, String) - Static method in class yakworks.commons.NameUtils
Retrieves the logical class name of a Grails artifact given the Grails class and a specified trailing name.
getLogicalName(String, String) - Static method in class yakworks.commons.NameUtils
Retrieves the logical name of the class without the trailing name
getLogicalPropertyName(String, String) - Static method in class yakworks.commons.NameUtils
 
getNameFromScript(String) - Static method in class yakworks.commons.NameUtils
Calculates the class name from a script name in the form my-funk-grails-script.
getNaturalName(String) - Static method in class yakworks.commons.NameUtils
Converts a property name into its natural language equivalent eg ('firstName' becomes 'First Name')
getNewVersion() - Method in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
See UpgradeDependencyExtension.getNewVersion()
getPackageName(String) - Static method in class yakworks.commons.NameUtils
Returns the class name without the package prefix.
getPluginName(String) - Static method in class yakworks.commons.NameUtils
Returns the name of a plugin given the name of the *GrailsPlugin.groovy descriptor file.
getPropertyForGetter(String) - Static method in class yakworks.commons.NameUtils
Returns a property name equivalent for the given getter name or null if it is not a valid getter.
getPropertyForGetter(String, Class) - Static method in class yakworks.commons.NameUtils
Returns a property name equivalent for the given getter name and return type or null if it is not a valid getter.
getPropertyForSetter(String) - Static method in class yakworks.commons.NameUtils
Returns a property name equivalent for the given setter name or null if it is not a valid setter.
getPropertyName(String) - Static method in class yakworks.commons.NameUtils
Shorter version of getPropertyNameRepresentation.
getPropertyName(Class<?>) - Static method in class yakworks.commons.NameUtils
Shorter version of getPropertyNameRepresentation.
getPropertyNameConvention(Object) - Static method in class yakworks.commons.NameUtils
Returns an appropriate property name for the given object.
getPropertyNameConvention(Object, String) - Static method in class yakworks.commons.NameUtils
Returns an appropriate property name for the given object.
getPropertyNameForLowerCaseHyphenSeparatedName(String) - Static method in class yakworks.commons.NameUtils
Converts foo-bar into fooBar.
getPropertyNameRepresentation(Class<?>) - Static method in class yakworks.commons.NameUtils
Returns the property name equivalent for the specified class.
getPropertyNameRepresentation(String) - Static method in class yakworks.commons.NameUtils
Returns the property name representation of the given name.
getScriptName(Class<?>) - Static method in class yakworks.commons.NameUtils
Retrieves the script name representation of the supplied class.
getScriptName(String) - Static method in class yakworks.commons.NameUtils
Retrieves the script name representation of the given class name.
getSetterName(String) - Static method in class yakworks.commons.NameUtils
Retrieves the name of a setter for the specified property name
getShortName(Class<?>) - Static method in class yakworks.commons.NameUtils
Returns the class name without the package prefix.
getShortName(String) - Static method in class yakworks.commons.NameUtils
Returns the class name without the package prefix.
getUpgradeDependencyExtension() - Method in class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
 
getUpgradeDownstreamExtension() - Method in class yakworks.gradle.shipkit.versionupgrade.UpgradeDownstreamPlugin
 

I

isBlank(String) - Static method in class yakworks.commons.NameUtils
Determines whether a given string is null, empty, or only contains whitespace.
isBuildFileUpdated() - Method in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
Was buildFile updated during the version replacement? It wasn't when newVersion == previousVersion
isGetter(String, Class<?>[]) - Static method in class yakworks.commons.NameUtils
Deprecated.
use NameUtils.isGetter(String, Class, Class[]) instead because this method has a defect for "is.." method with Boolean return types.
isGetter(String, Class, Class<?>[]) - Static method in class yakworks.commons.NameUtils
Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
isPropertyMethodSuffix(String) - Static method in class yakworks.commons.NameUtils
This method is used when interrogating a method name to determine if the method represents a property getter.
isValidJavaIdentifier(String) - Static method in class yakworks.commons.NameUtils
Test whether the given name is a valid Java identifier
isValidJavaPackage(String) - Static method in class yakworks.commons.NameUtils
Test whether the give package name is a valid Java package

L

LOG - Static variable in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
 

M

MERGE_PULL_REQUEST - Static variable in class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
 

N

NameUtils - Class in yakworks.commons
Copied in from grails.util.GrailsNameUtils and converted to groovy Utility methods for converting between different name types, for example from class names -> property names and vice-versa.

P

PERFORM_VERSION_UPGRADE - Static variable in class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
 
PULL_UPSTREAM - Static variable in class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
 
PUSH_VERSION_UPGRADE - Static variable in class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
 

R

REPLACE_VERSION - Static variable in class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
 
replaceVersion() - Method in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
 
ReplaceVersionTask - Class in yakworks.gradle.shipkit.versionupgrade
Replaces version of given dependency with ReplaceVersionTask.getNewVersion() in the given ReplaceVersionTask.getBuildFile() To replace the dependency this task uses following regex pattern: "ReplaceVersionTask.getDependencyGroup():ReplaceVersionTask.getDependencyName():"(\\d+)\\.(\\d+)\\.(\\d+)(-(\\w+)\\.(\\d+))?"
ReplaceVersionTask() - Constructor for class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
 

S

setBuildFile(File) - Method in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
See UpgradeDependencyExtension.getBuildFile()
setDependencyGroup(String) - Method in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
See UpgradeDependencyExtension.getDependencyGroup()
setDependencyName(String) - Method in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
See UpgradeDependencyExtension.getDependencyName()
setNewVersion(String) - Method in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
See UpgradeDependencyExtension.getNewVersion()

U

UPGRADE_DOWNSTREAM_TASK - Static variable in class yakworks.gradle.shipkit.versionupgrade.UpgradeDownstreamPlugin
 
UpgradeDependencyPlugin - Class in yakworks.gradle.shipkit.versionupgrade
BEWARE! This plugin is in incubating state, so its API may change in the future! The plugin applies following plugins: ShipkitConfigurationPlugin GitOriginPlugin GitConfigPlugin and adds following tasks: checkoutBaseBranch - checkouts base branch - the branch to which version upgrade should be applied through pull request pullUpstream - syncs the fork on which we perform version upgrade with the upstream repo findOpenPullRequest - finds an open pull request with version upgrade if it exists checkoutVersionBranch - checkouts version branch where version will be upgraded.
UpgradeDependencyPlugin() - Constructor for class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
 
UpgradeDownstreamPlugin - Class in yakworks.gradle.shipkit.versionupgrade
BEWARE! This plugin is in incubating state, so its API may change in the future! The plugin applies following plugins: ShipkitConfigurationPlugin and adds following tasks: clone{consumerRepository} - clones consumer repository into temporary directory upgrade{consumerRepository} - runs task performVersionUpgrade on consumerRepository upgradeDownstream - task aggregating all of the upgrade{consumerRepository} tasks Plugin performs a version upgrade of the project that it's applied in, for all consumer repositories defined.
UpgradeDownstreamPlugin() - Constructor for class yakworks.gradle.shipkit.versionupgrade.UpgradeDownstreamPlugin
 

V

VERSION_REGEX - Static variable in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
 

Y

yakworks.commons - package yakworks.commons
 
yakworks.gradle.shipkit - package yakworks.gradle.shipkit
 
yakworks.gradle.shipkit.versionupgrade - package yakworks.gradle.shipkit.versionupgrade
 
A C D F G I L M N P R S U V Y 
Skip navigation links