B C D E F G H I L O P R S T U 
All Classes All Packages

B

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_SHORT_REVISION_DISABLED - Static variable in class org.codehaus.mojo.build.CreateMojo
 
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
 

F

filterBranchFromScmUrl(String) - Method in class org.codehaus.mojo.build.CreateMojo
 
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
 
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
 
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
 
getStatus() - Method in class org.codehaus.mojo.build.CreateMojo
 

H

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

info(ScmRepository, ScmFileSet) - Method in class org.codehaus.mojo.build.CreateMojo
Get info from scm.
items - Variable in class org.codehaus.mojo.build.CreateMojo
Specify the corresponding items for the format message, as specified by java.text.MessageFormat.

L

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
 
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.
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
 
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.

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
 
B C D E F G H I L O P R S T U 
All Classes All Packages