Class FirstBuildChangelog
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<GitSCMExtension>
-
- hudson.plugins.git.extensions.GitSCMExtension
-
- hudson.plugins.git.extensions.impl.FirstBuildChangelog
-
- All Implemented Interfaces:
Describable<GitSCMExtension>
public class FirstBuildChangelog extends GitSCMExtension
First Build generates a changelog.- Author:
- Derek Inskeep
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FirstBuildChangelog.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description FirstBuildChangelog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
boolean
isMakeChangelog()
void
setMakeChangelog(boolean makeChangelog)
String
toString()
-
Methods inherited from class hudson.plugins.git.extensions.GitSCMExtension
beforeCheckout, beforeCheckout, decorate, decorateCheckoutCommand, decorateCheckoutCommand, decorateCloneCommand, decorateCloneCommand, decorateFetchCommand, decorateFetchCommand, decorateMergeCommand, decorateMergeCommand, decorateRevisionToBuild, decorateRevisionToBuild, determineSupportForJGit, enableMultipleRevisionDetection, getDescriptor, getRequiredClient, getWorkingDirectory, getWorkingDirectory, isRevExcluded, onCheckoutCompleted, onCheckoutCompleted, onClean, populateEnvironmentVariables, requiresWorkspaceForPolling
-
-