Index

A B C D E F G H I L O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values

A

append(StringBuilder, String, int) - Method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
Append a description to the buffer by respecting the indentSize and lineLength parameters.

B

build() - Method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
 
buildNumberPropertiesFileLocation - Variable in class org.codehaus.mojo.build.CreateMojo
Properties file to be created when "format" is not null and item has "buildNumber".
buildNumberPropertyName - Variable in class org.codehaus.mojo.build.CreateMojo
You can rename the buildNumber property name to another property name if desired.

C

checkForLocalModifications() - Method in class org.codehaus.mojo.build.CreateMojo
 
checkResult(ScmResult) - Method in class org.codehaus.mojo.build.CreateMojo
 
checkResult(ScmResult) - Method in class org.codehaus.mojo.build.HgChangeSetMojo
 
closeStream(Closeable) - Method in class org.codehaus.mojo.build.CreateMojo
 
CreateMojo - Class in org.codehaus.mojo.build
This mojo is designed to give you a build number.
CreateMojo() - Constructor for class org.codehaus.mojo.build.CreateMojo
 
CreateTimestampMojo - Class in org.codehaus.mojo.build
This mojo is designed to give you a timestamp available through one or more properties.
CreateTimestampMojo() - Constructor for class org.codehaus.mojo.build.CreateTimestampMojo
 

D

DEFAULT_BRANCH_NAME - Static variable in class org.codehaus.mojo.build.CreateMojo
 
DEFAULT_LINE_LENGTH - Static variable in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
 
DEFAULT_SHORT_REVISION_DISABLED - Static variable in class org.codehaus.mojo.build.CreateMojo
 
detail - Variable in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
If true, display all settable properties for each goal.
doCheck - Variable in class org.codehaus.mojo.build.CreateMojo
If this is made true, we check for modified files, and if there are any, we fail the build.
doConsume(ScmFileStatus, String) - Method in class org.codehaus.mojo.build.HgChangeSetMojo.HgOutputConsumer
 
doUpdate - Variable in class org.codehaus.mojo.build.CreateMojo
If this is made true, then the revision will be updated to the latest in the repo, otherwise it will remain what it is locally.

E

execute() - Method in class org.codehaus.mojo.build.CreateMojo
 
execute() - Method in class org.codehaus.mojo.build.CreateTimestampMojo
 
execute() - Method in class org.codehaus.mojo.build.HgChangeSetMojo
 
execute() - Method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo

F

filterBranchFromScmUrl(String) - Method in class org.codehaus.mojo.build.CreateMojo
 
findNamedChild(Node, String) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
 
findSingleChild(Node, String) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
 
format - Variable in class org.codehaus.mojo.build.CreateMojo
Specify a message as specified by java.text.MessageFormat.
format(Object[]) - Method in class org.codehaus.mojo.build.CreateMojo
Formats the given argument using the configured format template and locale.

G

getChangeSet() - Method in class org.codehaus.mojo.build.HgChangeSetMojo
 
getChangeSetDate() - Method in class org.codehaus.mojo.build.HgChangeSetMojo
 
getChangeSetDateProperty() - Method in class org.codehaus.mojo.build.HgChangeSetMojo
 
getChangeSetProperty() - Method in class org.codehaus.mojo.build.HgChangeSetMojo
 
getIndentLevel(String) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
Gets the indentation level of the specified line.
getLogger() - Method in class org.codehaus.mojo.build.CreateMojo
 
getOutput() - Method in class org.codehaus.mojo.build.HgChangeSetMojo.HgOutputConsumer
 
getProperty(String) - Method in class org.codehaus.mojo.build.HgChangeSetMojo
 
getPropertyFromExpression(String) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
 
getRevision() - Method in class org.codehaus.mojo.build.CreateMojo
Get the revision info from the repository.
getRevisionOnlyOnce - Variable in class org.codehaus.mojo.build.CreateMojo
If set to true, will get the scm revision once for all modules of a multi-module project instead of fetching once for each module.
getScmBranch() - Method in class org.codehaus.mojo.build.CreateMojo
Get the branch info for this revision from the repository.
getScmBranchFromUrl() - Method in class org.codehaus.mojo.build.CreateMojo
 
getScmRepository() - Method in class org.codehaus.mojo.build.CreateMojo
 
getSingleChild(Node, String) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
 
getStatus() - Method in class org.codehaus.mojo.build.CreateMojo
 
getValue(Node, String) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
 
goal - Variable in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
The name of the goal for which to show help.

H

HelpMojo - Class in org.codehaus.mojo.buildnumber_maven_plugin
Display help information on buildnumber-maven-plugin.
Call mvn buildnumber:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
 
HgChangeSetMojo - Class in org.codehaus.mojo.build
Goal which sets project properties for changeSet and changeSetDate from the current Mercurial repository.
HgChangeSetMojo() - Constructor for class org.codehaus.mojo.build.HgChangeSetMojo
 
HgChangeSetMojo.HgOutputConsumer - Class in org.codehaus.mojo.build
 
HgOutputConsumer(ScmLogger) - Constructor for class org.codehaus.mojo.build.HgChangeSetMojo.HgOutputConsumer
 

I

indentSize - Variable in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
The number of spaces per indentation level, should be positive.
info(ScmRepository, ScmFileSet) - Method in class org.codehaus.mojo.build.CreateMojo
Get info from scm.
isNotEmpty(String) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
 
items - Variable in class org.codehaus.mojo.build.CreateMojo
Specify the corresponding items for the format message, as specified by java.text.MessageFormat.

L

lineLength - Variable in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
The maximum length of a display line, should be positive.
locale - Variable in class org.codehaus.mojo.build.CreateMojo
The locale used for date and time formatting.
logger - Variable in class org.codehaus.mojo.build.CreateMojo
 
logger - Variable in class org.codehaus.mojo.build.HgChangeSetMojo
 

O

org.codehaus.mojo.build - package org.codehaus.mojo.build
 
org.codehaus.mojo.buildnumber_maven_plugin - package org.codehaus.mojo.buildnumber_maven_plugin
 
output - Variable in class org.codehaus.mojo.build.HgChangeSetMojo.HgOutputConsumer
 

P

password - Variable in class org.codehaus.mojo.build.CreateMojo
The password that is used when connecting to the SCM system.
PLUGIN_HELP_PATH - Static variable in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
 
project - Variable in class org.codehaus.mojo.build.CreateMojo
 
project - Variable in class org.codehaus.mojo.build.CreateTimestampMojo
The maven project.
project - Variable in class org.codehaus.mojo.build.HgChangeSetMojo
The maven project.
providerImplementations - Variable in class org.codehaus.mojo.build.CreateMojo
Selects alternative SCM provider implementations.

R

reactorProjects - Variable in class org.codehaus.mojo.build.CreateMojo
Contains the full list of projects in the reactor.
reactorProjects - Variable in class org.codehaus.mojo.build.CreateTimestampMojo
Contains the full list of projects in the reactor.
readUrlScm - Variable in class org.codehaus.mojo.build.CreateMojo
 
repeat(String, int) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
Repeat a String n times to form a new string.
revision - Variable in class org.codehaus.mojo.build.CreateMojo
 
revisionOnScmFailure - Variable in class org.codehaus.mojo.build.CreateMojo
Setting this value allows the build to continue even in the event of an SCM failure.

S

scmBranchPropertyName - Variable in class org.codehaus.mojo.build.CreateMojo
You can rename the buildScmBranch property name to another property name if desired.
scmDirectory - Variable in class org.codehaus.mojo.build.CreateMojo
Local directory to be used to issue SCM actions
scmDirectory - Variable in class org.codehaus.mojo.build.HgChangeSetMojo
Local directory to be used to issue SCM actions
scmManager - Variable in class org.codehaus.mojo.build.CreateMojo
 
session - Variable in class org.codehaus.mojo.build.CreateMojo
 
setBuildNumberPropertiesFileLocation(File) - Method in class org.codehaus.mojo.build.CreateMojo
 
setChangeSetDateProperty(String) - Method in class org.codehaus.mojo.build.HgChangeSetMojo
 
setChangeSetProperty(String) - Method in class org.codehaus.mojo.build.HgChangeSetMojo
 
setDoCheck(boolean) - Method in class org.codehaus.mojo.build.CreateMojo
 
setDoUpdate(boolean) - Method in class org.codehaus.mojo.build.CreateMojo
 
setFormat(String) - Method in class org.codehaus.mojo.build.CreateMojo
 
setItems(List) - Method in class org.codehaus.mojo.build.CreateMojo
 
setLocale(String) - Method in class org.codehaus.mojo.build.CreateMojo
 
setPassword(String) - Method in class org.codehaus.mojo.build.CreateMojo
 
setProperty(String, String) - Method in class org.codehaus.mojo.build.HgChangeSetMojo
 
setRevisionOnScmFailure(String) - Method in class org.codehaus.mojo.build.CreateMojo
 
setScmDirectory(File) - Method in class org.codehaus.mojo.build.CreateMojo
 
setScmManager(ScmManager) - Method in class org.codehaus.mojo.build.CreateMojo
 
setShortRevisionLength(int) - Method in class org.codehaus.mojo.build.CreateMojo
 
setUrlScm(String) - Method in class org.codehaus.mojo.build.CreateMojo
 
setUsername(String) - Method in class org.codehaus.mojo.build.CreateMojo
 
shortRevisionLength - Variable in class org.codehaus.mojo.build.CreateMojo
Max length of a revision id (used only for git)
skip - Variable in class org.codehaus.mojo.build.CreateMojo
Whether to skip this execution.
skip - Variable in class org.codehaus.mojo.build.CreateTimestampMojo
Whether to skip this execution.
skip - Variable in class org.codehaus.mojo.build.HgChangeSetMojo
Whether to skip this execution.

T

timestampFormat - Variable in class org.codehaus.mojo.build.CreateMojo
Apply this java.text.MessageFormat to the timestamp only (as opposed to the format parameter).
timestampFormat - Variable in class org.codehaus.mojo.build.CreateTimestampMojo
Apply this java.text.SimpleDateFormat to the timestamp.
timestampPropertyName - Variable in class org.codehaus.mojo.build.CreateMojo
You can rename the timestamp property name to another property name if desired.
timestampPropertyName - Variable in class org.codehaus.mojo.build.CreateTimestampMojo
You can rename the timestamp property name to another property name if desired.
toLines(String, int, int, int) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
Splits the specified text into lines of convenient display length.
toLines(List<String>, String, int, int) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
Adds the specified line to the output sequence, performing line wrapping if necessary.

U

update() - Method in class org.codehaus.mojo.build.CreateMojo
 
urlScm - Variable in class org.codehaus.mojo.build.CreateMojo
 
useLastCommittedRevision - Variable in class org.codehaus.mojo.build.CreateMojo
whether to retrieve the revision for the last commit, or the last revision of the repository.
username - Variable in class org.codehaus.mojo.build.CreateMojo
The username that is used when connecting to the SCM system.
useScm - Variable in class org.codehaus.mojo.build.CreateMojo
 

W

writeGoal(StringBuilder, String, Element) - Method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
 
writeParameter(StringBuilder, Node, Node) - Method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
 
A B C D E F G H I L O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values