A D G M S 

A

action() - Method in class me.cmoz.gradle.snapshot.SnapshotTask
The main action for this task.
apply(Project) - Method in class me.cmoz.gradle.snapshot.SnapshotPlugin
 

D

DEFAULT_DATEFORMAT - Static variable in class me.cmoz.gradle.snapshot.SnapshotPluginExtension
The default format of the date fields in the properties file.
DEFAULT_FILENAME - Static variable in class me.cmoz.gradle.snapshot.SnapshotPluginExtension
The default filename for the properties file.
DEFAULT_VERBOSE - Static variable in class me.cmoz.gradle.snapshot.SnapshotPluginExtension
The default logging mode for plugin output.

G

getLatestCommit(String) - Method in interface me.cmoz.gradle.snapshot.SCMCommand
Analyses the latest commit in the SCM repository and returns it's information as an Commit.
getRepositoryDir() - Method in interface me.cmoz.gradle.snapshot.SCMCommand
Returns a File of the directory for the repository of the SCM tool.

M

me.cmoz.gradle.snapshot - package me.cmoz.gradle.snapshot
 

S

SCMCommand - Interface in me.cmoz.gradle.snapshot
A command to access a Source Control Management (SCM) Repository.
setDateFormat(String) - Method in class me.cmoz.gradle.snapshot.SnapshotPluginExtension
 
SNAPSHOT_TASK_NAME - Static variable in class me.cmoz.gradle.snapshot.SnapshotPlugin
The name of the snapshot task exposed to Gradle.
SnapshotPlugin - Class in me.cmoz.gradle.snapshot
 
SnapshotPlugin() - Constructor for class me.cmoz.gradle.snapshot.SnapshotPlugin
 
SnapshotPluginExtension - Class in me.cmoz.gradle.snapshot
An extension object to configure the SnapshotTask.
SnapshotPluginExtension() - Constructor for class me.cmoz.gradle.snapshot.SnapshotPluginExtension
 
SnapshotTask - Class in me.cmoz.gradle.snapshot
A task to extract build information from an SCM repository and generate a file with the most recent commit data.
SnapshotTask() - Constructor for class me.cmoz.gradle.snapshot.SnapshotTask
 
A D G M S