Skip navigation links
A B C D E F G H I L M N P R S T U V W 

A

allRemoteTags() - Method in class com.github.danielflower.mavenplugins.release.LocalGitRepo
 
alteredPoms - Variable in class com.github.danielflower.mavenplugins.release.PomUpdater.UpdateResult
 
AnnotatedTag - Class in com.github.danielflower.mavenplugins.release
 
AnnotatedTagFinder - Class in com.github.danielflower.mavenplugins.release
 
AnnotatedTagFinder() - Constructor for class com.github.danielflower.mavenplugins.release.AnnotatedTagFinder
 
artifactId - Variable in exception com.github.danielflower.mavenplugins.release.UnresolvedSnapshotDependencyException
 

B

BaseMojo - Class in com.github.danielflower.mavenplugins.release
 
BaseMojo() - Constructor for class com.github.danielflower.mavenplugins.release.BaseMojo
 
BUILD_NUMBER - Static variable in class com.github.danielflower.mavenplugins.release.AnnotatedTag
 
buildNumber() - Method in class com.github.danielflower.mavenplugins.release.AnnotatedTag
 
buildNumber - Variable in class com.github.danielflower.mavenplugins.release.BaseMojo
The build number to use in the release version.
buildNumber() - Method in class com.github.danielflower.mavenplugins.release.VersionName
 
buildNumberOf(String, String) - Static method in class com.github.danielflower.mavenplugins.release.AnnotatedTagFinder
 
businessVersion() - Method in class com.github.danielflower.mavenplugins.release.VersionName
For example, "1.0" if the development version is "1.0-SNAPSHOT"

C

com.github.danielflower.mavenplugins.release - package com.github.danielflower.mavenplugins.release
 
configure(OpenSshConfig.Host, Session) - Method in class com.github.danielflower.mavenplugins.release.SshAgentSessionFactory
 
configureJsch(Log) - Method in class com.github.danielflower.mavenplugins.release.BaseMojo
 
create(String, String, long) - Static method in class com.github.danielflower.mavenplugins.release.AnnotatedTag
 
createDefaultJSch(FS) - Method in class com.github.danielflower.mavenplugins.release.SshAgentSessionFactory
 
createReleasableVersion() - Method in class com.github.danielflower.mavenplugins.release.ReleasableModule
 

D

dependencyErrors - Variable in class com.github.danielflower.mavenplugins.release.PomUpdater.UpdateResult
 
developmentVersion() - Method in class com.github.danielflower.mavenplugins.release.VersionName
The snapshot version, e.g.
DiffDetector - Interface in com.github.danielflower.mavenplugins.release
 

E

equals(Object) - Method in class com.github.danielflower.mavenplugins.release.AnnotatedTag
 
errorIfNotClean() - Method in class com.github.danielflower.mavenplugins.release.LocalGitRepo
 
execute() - Method in class com.github.danielflower.mavenplugins.release.HelpMojo
execute() - Method in class com.github.danielflower.mavenplugins.release.NextMojo
 
execute() - Method in class com.github.danielflower.mavenplugins.release.ReleaseMojo
 

F

FileUtils - Class in com.github.danielflower.mavenplugins.release
 
FileUtils() - Constructor for class com.github.danielflower.mavenplugins.release.FileUtils
 
find(String, String, String) - Method in class com.github.danielflower.mavenplugins.release.Reactor
 
findByLabel(String) - Method in class com.github.danielflower.mavenplugins.release.Reactor
 
fromCurrentDir(String) - Static method in class com.github.danielflower.mavenplugins.release.LocalGitRepo
Uses the current working dir to open the Git repository.
fromProjects(Log, LocalGitRepo, MavenProject, List<MavenProject>, Long, List<String>) - Static method in class com.github.danielflower.mavenplugins.release.Reactor
 
fromRef(Repository, Ref) - Static method in class com.github.danielflower.mavenplugins.release.AnnotatedTag
 

G

getArtifactId() - Method in class com.github.danielflower.mavenplugins.release.ReleasableModule
 
getBuildNumber() - Method in class com.github.danielflower.mavenplugins.release.ReleasableModule
 
getGroupId() - Method in class com.github.danielflower.mavenplugins.release.ReleasableModule
 
getMessages() - Method in exception com.github.danielflower.mavenplugins.release.ValidationException
 
getModulesInBuildOrder() - Method in class com.github.danielflower.mavenplugins.release.Reactor
 
getNewVersion() - Method in class com.github.danielflower.mavenplugins.release.ReleasableModule
 
getProject() - Method in class com.github.danielflower.mavenplugins.release.ReleasableModule
 
getRelativePathToModule() - Method in class com.github.danielflower.mavenplugins.release.ReleasableModule
 
getRemoteTags(List<String>) - Method in class com.github.danielflower.mavenplugins.release.LocalGitRepo
 
getTagName() - Method in class com.github.danielflower.mavenplugins.release.ReleasableModule
 
getVersion() - Method in class com.github.danielflower.mavenplugins.release.ReleasableModule
 
getVersionToDependOn() - Method in class com.github.danielflower.mavenplugins.release.ReleasableModule
 
git - Variable in class com.github.danielflower.mavenplugins.release.LocalGitRepo
 
GitHelper - Class in com.github.danielflower.mavenplugins.release
 
GitHelper() - Constructor for class com.github.danielflower.mavenplugins.release.GitHelper
 
groupId - Variable in exception com.github.danielflower.mavenplugins.release.UnresolvedSnapshotDependencyException
 
Guard - Class in com.github.danielflower.mavenplugins.release
 
Guard() - Constructor for class com.github.danielflower.mavenplugins.release.Guard
 
Guard.GuardException - Exception in com.github.danielflower.mavenplugins.release
 
GuardException(String) - Constructor for exception com.github.danielflower.mavenplugins.release.Guard.GuardException
 

H

hasChangedSince(String, List<String>, Collection<AnnotatedTag>) - Method in interface com.github.danielflower.mavenplugins.release.DiffDetector
 
hasChangedSince(String, List<String>, Collection<AnnotatedTag>) - Method in class com.github.danielflower.mavenplugins.release.TreeWalkingDiffDetector
 
hashCode() - Method in class com.github.danielflower.mavenplugins.release.AnnotatedTag
 
hasLocalTag(Git, String) - Static method in class com.github.danielflower.mavenplugins.release.GitHelper
 
hasLocalTag(String) - Method in class com.github.danielflower.mavenplugins.release.LocalGitRepo
 
HelpMojo - Class in com.github.danielflower.mavenplugins.release
Display help information on multi-module-maven-release-plugin.
Call mvn releaser:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class com.github.danielflower.mavenplugins.release.HelpMojo
 

I

isOneOf(List<String>) - Method in class com.github.danielflower.mavenplugins.release.ReleasableModule
 
isPotentiallySameVersionIgnoringBuildNumber(String, String) - Static method in class com.github.danielflower.mavenplugins.release.AnnotatedTagFinder
 

L

LocalGitRepo - Class in com.github.danielflower.mavenplugins.release
 

M

modulesToForceRelease - Variable in class com.github.danielflower.mavenplugins.release.BaseMojo
A module to force release on, even if no changes has been detected.
modulesToRelease - Variable in class com.github.danielflower.mavenplugins.release.BaseMojo
The modules to release, or no value to to release the project from the root pom, which is the default.

N

name() - Method in class com.github.danielflower.mavenplugins.release.AnnotatedTag
 
name(String, Long, Collection<Long>) - Method in class com.github.danielflower.mavenplugins.release.VersionNamer
 
NextMojo - Class in com.github.danielflower.mavenplugins.release
Logs the versions of the modules that the releaser will release on the next release.
NextMojo() - Constructor for class com.github.danielflower.mavenplugins.release.NextMojo
 
notBlank(String, String) - Static method in class com.github.danielflower.mavenplugins.release.Guard
 
notNull(String, Object) - Static method in class com.github.danielflower.mavenplugins.release.Guard
 

P

pathOf(File) - Static method in class com.github.danielflower.mavenplugins.release.FileUtils
 
PomUpdater - Class in com.github.danielflower.mavenplugins.release
 
PomUpdater(Log, Reactor) - Constructor for class com.github.danielflower.mavenplugins.release.PomUpdater
 
PomUpdater.UpdateResult - Class in com.github.danielflower.mavenplugins.release
 
project - Variable in class com.github.danielflower.mavenplugins.release.BaseMojo
The Maven Project.
projects - Variable in class com.github.danielflower.mavenplugins.release.BaseMojo
 

R

Reactor - Class in com.github.danielflower.mavenplugins.release
 
Reactor(List<ReleasableModule>) - Constructor for class com.github.danielflower.mavenplugins.release.Reactor
 
ref() - Method in class com.github.danielflower.mavenplugins.release.AnnotatedTag
 
refStartingWith(Git, String) - Static method in class com.github.danielflower.mavenplugins.release.GitHelper
 
ReleasableModule - Class in com.github.danielflower.mavenplugins.release
 
ReleasableModule(MavenProject, VersionName, String, String) - Constructor for class com.github.danielflower.mavenplugins.release.ReleasableModule
 
ReleaseMojo - Class in com.github.danielflower.mavenplugins.release
Releases the project.
ReleaseMojo() - Constructor for class com.github.danielflower.mavenplugins.release.ReleaseMojo
 
releaseVersion() - Method in class com.github.danielflower.mavenplugins.release.VersionName
The business version with the build number appended, e.g.
remoteTagsFrom(List<AnnotatedTag>) - Method in class com.github.danielflower.mavenplugins.release.LocalGitRepo
 
revertChanges(Log, List<File>) - Method in class com.github.danielflower.mavenplugins.release.LocalGitRepo
 

S

saveAtHEAD(Git) - Method in class com.github.danielflower.mavenplugins.release.AnnotatedTag
 
scmUrlToRemote(String) - Static method in class com.github.danielflower.mavenplugins.release.GitHelper
 
SshAgentSessionFactory - Class in com.github.danielflower.mavenplugins.release
SSH-Agent enabler.
SshAgentSessionFactory(Log, String, String, String) - Constructor for class com.github.danielflower.mavenplugins.release.SshAgentSessionFactory
 
success() - Method in class com.github.danielflower.mavenplugins.release.PomUpdater.UpdateResult
 

T

tagRepoAndPush(AnnotatedTag) - Method in class com.github.danielflower.mavenplugins.release.LocalGitRepo
 
tagsForVersion(Git, String, String) - Static method in class com.github.danielflower.mavenplugins.release.AnnotatedTagFinder
 
toString() - Method in class com.github.danielflower.mavenplugins.release.AnnotatedTag
 
TreeWalkingDiffDetector - Class in com.github.danielflower.mavenplugins.release
 
TreeWalkingDiffDetector(Repository) - Constructor for class com.github.danielflower.mavenplugins.release.TreeWalkingDiffDetector
 

U

unexpectedException - Variable in class com.github.danielflower.mavenplugins.release.PomUpdater.UpdateResult
 
UnresolvedSnapshotDependencyException - Exception in com.github.danielflower.mavenplugins.release
 
UnresolvedSnapshotDependencyException(String, String, String) - Constructor for exception com.github.danielflower.mavenplugins.release.UnresolvedSnapshotDependencyException
 
UpdateResult(List<File>, List<String>, Exception) - Constructor for class com.github.danielflower.mavenplugins.release.PomUpdater.UpdateResult
 
updateVersion() - Method in class com.github.danielflower.mavenplugins.release.PomUpdater
 

V

ValidationException - Exception in com.github.danielflower.mavenplugins.release
 
ValidationException(String, List<String>) - Constructor for exception com.github.danielflower.mavenplugins.release.ValidationException
 
ValidationException(String, Throwable) - Constructor for exception com.github.danielflower.mavenplugins.release.ValidationException
 
VERSION - Static variable in class com.github.danielflower.mavenplugins.release.AnnotatedTag
 
version() - Method in class com.github.danielflower.mavenplugins.release.AnnotatedTag
 
version - Variable in exception com.github.danielflower.mavenplugins.release.UnresolvedSnapshotDependencyException
 
VersionName - Class in com.github.danielflower.mavenplugins.release
 
VersionName(String, String, long) - Constructor for class com.github.danielflower.mavenplugins.release.VersionName
 
VersionNamer - Class in com.github.danielflower.mavenplugins.release
 
VersionNamer() - Constructor for class com.github.danielflower.mavenplugins.release.VersionNamer
 

W

willBeReleased() - Method in class com.github.danielflower.mavenplugins.release.ReleasableModule
 
A B C D E F G H I L M N P R S T U V W 
Skip navigation links

Copyright © 2015–2016. All rights reserved.