A B C D E F G H I J L M N O P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addCommit(CommitChanges) - Method in class com.github.jenkins.lastchanges.model.LastChanges
- addCommits(List<CommitChanges>) - Method in class com.github.jenkins.lastchanges.model.LastChanges
B
- BASE_URL - Static variable in class com.github.jenkins.lastchanges.LastChangesBaseAction
C
- changesOf(File) - Method in class com.github.jenkins.lastchanges.impl.SvnLastChanges
-
Creates last changes from repository last two revisions
- changesOf(File, SVNRevision, SVNRevision) - Method in class com.github.jenkins.lastchanges.impl.SvnLastChanges
-
Creates last changes from two revisions of repository
- changesOf(Repository) - Method in class com.github.jenkins.lastchanges.impl.GitLastChanges
-
Creates last changes from repository last two revisions
- changesOf(Repository, ObjectId, ObjectId) - Method in class com.github.jenkins.lastchanges.impl.GitLastChanges
-
Creates last changes by "diffing" two revisions
- changesOf(REPOSITORY) - Method in interface com.github.jenkins.lastchanges.api.VCSChanges
- changesOf(REPOSITORY, REVISION, REVISION) - Method in interface com.github.jenkins.lastchanges.api.VCSChanges
- com.github.jenkins.lastchanges - package com.github.jenkins.lastchanges
- com.github.jenkins.lastchanges.api - package com.github.jenkins.lastchanges.api
- com.github.jenkins.lastchanges.exception - package com.github.jenkins.lastchanges.exception
- com.github.jenkins.lastchanges.impl - package com.github.jenkins.lastchanges.impl
- com.github.jenkins.lastchanges.model - package com.github.jenkins.lastchanges.model
- com.github.jenkins.lastchanges.pipeline - package com.github.jenkins.lastchanges.pipeline
- CommitChanges - Class in com.github.jenkins.lastchanges.model
-
This class gathers the commit information along with the changes related to its previous commit.
- CommitChanges(CommitInfo, String) - Constructor for class com.github.jenkins.lastchanges.model.CommitChanges
- commitInfo(File, SVNRevision) - Method in class com.github.jenkins.lastchanges.impl.SvnLastChanges
- commitInfo(Repository, ObjectId) - Method in class com.github.jenkins.lastchanges.impl.GitLastChanges
- commitInfo(REPOSITORY, REVISION) - Method in interface com.github.jenkins.lastchanges.api.VCSChanges
- CommitInfo - Class in com.github.jenkins.lastchanges.model
-
Created by rmpestano on 6/26/16.
- CommitInfo() - Constructor for class com.github.jenkins.lastchanges.model.CommitInfo
- CommitInfoException - Exception in com.github.jenkins.lastchanges.exception
-
Created by rafael-pestano on 27/06/2016.
- CommitInfoException() - Constructor for exception com.github.jenkins.lastchanges.exception.CommitInfoException
- CommitInfoException(String) - Constructor for exception com.github.jenkins.lastchanges.exception.CommitInfoException
- CommitInfoException(String, Throwable) - Constructor for exception com.github.jenkins.lastchanges.exception.CommitInfoException
- CommitRenderer - Class in com.github.jenkins.lastchanges
- CommitRenderer(Action, CommitChanges) - Constructor for class com.github.jenkins.lastchanges.CommitRenderer
- compress(String) - Static method in class com.github.jenkins.lastchanges.LastChangesUtil
- createFor(Job<?, ?>) - Method in class com.github.jenkins.lastchanges.LastChangesProjectAction.LastChangesActionFactory
D
- decompress(byte[]) - Static method in class com.github.jenkins.lastchanges.LastChangesUtil
- DescriptorImpl() - Constructor for class com.github.jenkins.lastchanges.LastChangesPublisher.DescriptorImpl
- DescriptorImpl() - Constructor for class com.github.jenkins.lastchanges.pipeline.GetLastChangesPublisherStep.DescriptorImpl
- DescriptorImpl() - Constructor for class com.github.jenkins.lastchanges.pipeline.PublishLastChangesStep.DescriptorImpl
- doCheckSpecificBuild(String, AbstractProject) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher.DescriptorImpl
- doFillFormatItems() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher.DescriptorImpl
- doFillMatchingItems() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher.DescriptorImpl
- doFillSinceItems() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher.DescriptorImpl
- doIndex(StaplerRequest, StaplerResponse) - Method in class com.github.jenkins.lastchanges.CommitRenderer
-
This method will be called when there are no remaining URL tokens to process after
LastChangesBuildAction
has handled the initial `/commit/commitId` prefix. - doIndex(StaplerRequest, StaplerResponse) - Method in class com.github.jenkins.lastchanges.DownloadRenderer
- doPublish(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.github.jenkins.lastchanges.pipeline.LastChangesPublisherScript
- DownloadRenderer - Class in com.github.jenkins.lastchanges
- DownloadRenderer(LastChanges, String, boolean) - Constructor for class com.github.jenkins.lastchanges.DownloadRenderer
E
- equals(Object) - Method in class com.github.jenkins.lastchanges.model.CommitChanges
- equals(Object) - Method in class com.github.jenkins.lastchanges.model.CommitInfo
- Execution() - Constructor for class com.github.jenkins.lastchanges.pipeline.GetLastChangesPublisherStep.Execution
- Execution() - Constructor for class com.github.jenkins.lastchanges.pipeline.PublishLastChangesStep.Execution
F
- format - Variable in enum com.github.jenkins.lastchanges.model.FormatType
- format() - Method in class com.github.jenkins.lastchanges.model.LastChangesConfig
- format(Date, TimeZone) - Method in class com.github.jenkins.lastchanges.model.CommitInfo
- FormatType - Enum in com.github.jenkins.lastchanges.model
-
Created by pestano on 20/03/16.
G
- getBuild() - Method in class com.github.jenkins.lastchanges.LastChangesBuildAction
- getBuildChanges() - Method in class com.github.jenkins.lastchanges.LastChangesBuildAction
- getChanges() - Method in class com.github.jenkins.lastchanges.model.CommitChanges
- getCommit(String) - Method in class com.github.jenkins.lastchanges.LastChangesBuildAction
- getCommitDate() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
- getCommiterEmail() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
-
Deprecated.Use getCommitterEmail
- getCommiterName() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
-
Deprecated.Use getCommitterName
- getCommitId() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
- getCommitInfo() - Method in class com.github.jenkins.lastchanges.model.CommitChanges
- getCommitMessage() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
- getCommits() - Method in class com.github.jenkins.lastchanges.model.LastChanges
- getCommitsBetweenRevisions(File, SVNRevision, SVNRevision) - Method in class com.github.jenkins.lastchanges.impl.SvnLastChanges
- getCommitsBetweenRevisions(Repository, ObjectId, ObjectId) - Method in class com.github.jenkins.lastchanges.impl.GitLastChanges
- getCommitsBetweenRevisions(REPOSITORY, REVISION, REVISION) - Method in interface com.github.jenkins.lastchanges.api.VCSChanges
- getCommitterEmail() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
- getCommitterName() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
- getConfig() - Method in class com.github.jenkins.lastchanges.LastChangesBuildAction
- getCurrentRevision() - Method in class com.github.jenkins.lastchanges.model.LastChanges
- getDiff() - Method in class com.github.jenkins.lastchanges.model.LastChanges
- getDiff() - Method in class com.github.jenkins.lastchanges.pipeline.LastChangesPublisherScript
- getDisplayName() - Method in class com.github.jenkins.lastchanges.LastChangesBaseAction
- getDisplayName() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher.DescriptorImpl
-
This human readable name is used in the configuration screen.
- getDisplayName() - Method in class com.github.jenkins.lastchanges.pipeline.GetLastChangesPublisherStep.DescriptorImpl
- getDisplayName() - Method in class com.github.jenkins.lastchanges.pipeline.PublishLastChangesStep.DescriptorImpl
- getDownload() - Method in class com.github.jenkins.lastchanges.LastChangesBuildAction
- getDownloadHtml() - Method in class com.github.jenkins.lastchanges.LastChangesBuildAction
- getEscapedDiff() - Method in class com.github.jenkins.lastchanges.model.CommitChanges
- getEscapedDiff() - Method in class com.github.jenkins.lastchanges.model.LastChanges
- getFormat() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- getFormat() - Method in enum com.github.jenkins.lastchanges.model.FormatType
- getFormatedCommitId() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
- getFunctionName() - Method in class com.github.jenkins.lastchanges.pipeline.GetLastChangesPublisherStep.DescriptorImpl
- getFunctionName() - Method in class com.github.jenkins.lastchanges.pipeline.PublishLastChangesStep.DescriptorImpl
- getHtmlDiff() - Method in class com.github.jenkins.lastchanges.pipeline.LastChangesPublisherScript
- getHtmlDiff(String) - Method in class com.github.jenkins.lastchanges.pipeline.LastChangesPublisherScript
- getIconFileName() - Method in class com.github.jenkins.lastchanges.LastChangesBaseAction
- getInstance() - Static method in class com.github.jenkins.lastchanges.impl.GitLastChanges
- getInstance() - Static method in class com.github.jenkins.lastchanges.impl.SvnLastChanges
- getInstance(ISVNAuthenticationProvider) - Static method in class com.github.jenkins.lastchanges.impl.SvnLastChanges
- getLastChanges() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- getLastChanges() - Method in class com.github.jenkins.lastchanges.pipeline.LastChangesPublisherScript
- getLastChangesBuilds() - Method in class com.github.jenkins.lastchanges.LastChangesProjectAction
- getLastChangesPublisher(String, String, String, Boolean, Boolean, String, String, String, String, String) - Method in class com.github.jenkins.lastchanges.pipeline.LastChangesPipelineGlobal
- GetLastChangesPublisherStep - Class in com.github.jenkins.lastchanges.pipeline
- GetLastChangesPublisherStep(SinceType, FormatType, MatchingType, Boolean, Boolean, String, String, String, String, String) - Constructor for class com.github.jenkins.lastchanges.pipeline.GetLastChangesPublisherStep
- GetLastChangesPublisherStep.DescriptorImpl - Class in com.github.jenkins.lastchanges.pipeline
- GetLastChangesPublisherStep.Execution - Class in com.github.jenkins.lastchanges.pipeline
- getLastTagRevision(File) - Method in class com.github.jenkins.lastchanges.impl.SvnLastChanges
- getLastTagRevision(Repository) - Method in class com.github.jenkins.lastchanges.impl.GitLastChanges
- getLastTagRevision(REPOSITORY) - Method in interface com.github.jenkins.lastchanges.api.VCSChanges
- getMatching() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- getMatching() - Method in enum com.github.jenkins.lastchanges.model.MatchingType
- getMatchingMaxComparisons() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- getMatchWordsThreshold() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- getName() - Method in enum com.github.jenkins.lastchanges.model.SinceType
- getName() - Method in class com.github.jenkins.lastchanges.pipeline.LastChangesDSL
- getNumber() - Method in class com.github.jenkins.lastchanges.model.LastChangesBuild
- getNumCommits() - Method in class com.github.jenkins.lastchanges.model.LastChanges
- getPreviousRevision() - Method in class com.github.jenkins.lastchanges.model.LastChanges
- getProject() - Method in class com.github.jenkins.lastchanges.LastChangesProjectAction
- getRequiredMonitorService() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- getShowFiles() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- getSince() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- getSpecificBuild() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- getSpecificRevision() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- getSynchronisedScroll() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- getTime() - Method in class com.github.jenkins.lastchanges.model.LastChangesBuild
- getTitle() - Method in class com.github.jenkins.lastchanges.LastChangesBaseAction
- getTitle() - Method in class com.github.jenkins.lastchanges.LastChangesBuildAction
- getTitle() - Method in class com.github.jenkins.lastchanges.LastChangesProjectAction
- getUrlName() - Method in class com.github.jenkins.lastchanges.LastChangesBaseAction
- getValue(CpsScript) - Method in class com.github.jenkins.lastchanges.pipeline.LastChangesDSL
- getVcsDir() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- GitDiffException - Exception in com.github.jenkins.lastchanges.exception
-
Created by rafael-pestano on 27/06/2016.
- GitDiffException() - Constructor for exception com.github.jenkins.lastchanges.exception.GitDiffException
- GitDiffException(String) - Constructor for exception com.github.jenkins.lastchanges.exception.GitDiffException
- GitDiffException(String, Throwable) - Constructor for exception com.github.jenkins.lastchanges.exception.GitDiffException
- GitLastChanges - Class in com.github.jenkins.lastchanges.impl
- GitTreeNotFoundException - Exception in com.github.jenkins.lastchanges.exception
-
Created by rafael-pestano on 27/06/2016.
- GitTreeNotFoundException() - Constructor for exception com.github.jenkins.lastchanges.exception.GitTreeNotFoundException
- GitTreeNotFoundException(String) - Constructor for exception com.github.jenkins.lastchanges.exception.GitTreeNotFoundException
- GitTreeNotFoundException(String, Throwable) - Constructor for exception com.github.jenkins.lastchanges.exception.GitTreeNotFoundException
- GitTreeParseException - Exception in com.github.jenkins.lastchanges.exception
-
Created by rafael-pestano on 27/06/2016.
- GitTreeParseException() - Constructor for exception com.github.jenkins.lastchanges.exception.GitTreeParseException
- GitTreeParseException(String) - Constructor for exception com.github.jenkins.lastchanges.exception.GitTreeParseException
- GitTreeParseException(String, Throwable) - Constructor for exception com.github.jenkins.lastchanges.exception.GitTreeParseException
H
- hashCode() - Method in class com.github.jenkins.lastchanges.model.CommitChanges
- hashCode() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
I
- isApplicable(Class<? extends AbstractProject>) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher.DescriptorImpl
J
- job() - Method in class com.github.jenkins.lastchanges.LastChangesProjectAction
L
- LAST_SUCCESSFUL_BUILD - com.github.jenkins.lastchanges.model.SinceType
- LAST_TAG - com.github.jenkins.lastchanges.model.SinceType
- LastChanges - Class in com.github.jenkins.lastchanges.model
-
This class represents the changes between two trees (in git) and two revisions (in svn).
- LastChanges(CommitInfo, CommitInfo, String) - Constructor for class com.github.jenkins.lastchanges.model.LastChanges
- LastChangesActionFactory() - Constructor for class com.github.jenkins.lastchanges.LastChangesProjectAction.LastChangesActionFactory
- LastChangesBaseAction - Class in com.github.jenkins.lastchanges
- LastChangesBaseAction() - Constructor for class com.github.jenkins.lastchanges.LastChangesBaseAction
- LastChangesBuild - Class in com.github.jenkins.lastchanges.model
-
Used to show the last changes build history page
- LastChangesBuild(int, Date) - Constructor for class com.github.jenkins.lastchanges.model.LastChangesBuild
- LastChangesBuildAction - Class in com.github.jenkins.lastchanges
- LastChangesBuildAction(Run<?, ?>, LastChanges, LastChangesConfig) - Constructor for class com.github.jenkins.lastchanges.LastChangesBuildAction
- LastChangesConfig - Class in com.github.jenkins.lastchanges.model
- LastChangesConfig() - Constructor for class com.github.jenkins.lastchanges.model.LastChangesConfig
- LastChangesConfig(SinceType, String, FormatType, MatchingType, Boolean, Boolean, String, String) - Constructor for class com.github.jenkins.lastchanges.model.LastChangesConfig
- LastChangesDSL - Class in com.github.jenkins.lastchanges.pipeline
- LastChangesDSL() - Constructor for class com.github.jenkins.lastchanges.pipeline.LastChangesDSL
- LastChangesException - Exception in com.github.jenkins.lastchanges.exception
-
Created by rafael-pestano on 28/06/2016.
- LastChangesException() - Constructor for exception com.github.jenkins.lastchanges.exception.LastChangesException
- LastChangesException(String) - Constructor for exception com.github.jenkins.lastchanges.exception.LastChangesException
- LastChangesException(String, Throwable) - Constructor for exception com.github.jenkins.lastchanges.exception.LastChangesException
- LastChangesPipelineGlobal - Class in com.github.jenkins.lastchanges.pipeline
- LastChangesPipelineGlobal(CpsScript) - Constructor for class com.github.jenkins.lastchanges.pipeline.LastChangesPipelineGlobal
- LastChangesProjectAction - Class in com.github.jenkins.lastchanges
- LastChangesProjectAction(Job<?, ?>, List<LastChangesBuild>) - Constructor for class com.github.jenkins.lastchanges.LastChangesProjectAction
- LastChangesProjectAction.LastChangesActionFactory - Class in com.github.jenkins.lastchanges
- LastChangesPublisher - Class in com.github.jenkins.lastchanges
- LastChangesPublisher(SinceType, FormatType, MatchingType, Boolean, Boolean, String, String, String, String, String) - Constructor for class com.github.jenkins.lastchanges.LastChangesPublisher
- LastChangesPublisher.DescriptorImpl - Class in com.github.jenkins.lastchanges
- LastChangesPublisherScript - Class in com.github.jenkins.lastchanges.pipeline
- LastChangesPublisherScript(LastChangesPublisher) - Constructor for class com.github.jenkins.lastchanges.pipeline.LastChangesPublisherScript
- LastChangesUtil - Class in com.github.jenkins.lastchanges
- LastChangesUtil() - Constructor for class com.github.jenkins.lastchanges.LastChangesUtil
- LINE - com.github.jenkins.lastchanges.model.FormatType
- LINE - com.github.jenkins.lastchanges.model.MatchingType
M
- matching - Variable in enum com.github.jenkins.lastchanges.model.MatchingType
- matching() - Method in class com.github.jenkins.lastchanges.model.LastChangesConfig
- matchingMaxComparisons() - Method in class com.github.jenkins.lastchanges.model.LastChangesConfig
- MatchingType - Enum in com.github.jenkins.lastchanges.model
-
Created by pestano on 20/03/16.
- matchWordsThreshold() - Method in class com.github.jenkins.lastchanges.model.LastChangesConfig
N
- name - Variable in enum com.github.jenkins.lastchanges.model.SinceType
- newLine - Static variable in class com.github.jenkins.lastchanges.model.CommitInfo
- NONE - com.github.jenkins.lastchanges.model.MatchingType
O
- onAttached(Run<?, ?>) - Method in class com.github.jenkins.lastchanges.LastChangesBuildAction
- onLoad(Run<?, ?>) - Method in class com.github.jenkins.lastchanges.LastChangesBuildAction
P
- perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- PREVIOUS_REVISION - com.github.jenkins.lastchanges.model.SinceType
- publishLastChanges() - Method in class com.github.jenkins.lastchanges.pipeline.LastChangesPublisherScript
- PublishLastChangesStep - Class in com.github.jenkins.lastchanges.pipeline
- PublishLastChangesStep(LastChangesPublisherScript) - Constructor for class com.github.jenkins.lastchanges.pipeline.PublishLastChangesStep
- PublishLastChangesStep.DescriptorImpl - Class in com.github.jenkins.lastchanges.pipeline
- PublishLastChangesStep.Execution - Class in com.github.jenkins.lastchanges.pipeline
R
- repository(String) - Static method in class com.github.jenkins.lastchanges.impl.GitLastChanges
- RepositoryNotFoundException - Exception in com.github.jenkins.lastchanges.exception
-
Created by rafael-pestano on 27/06/2016.
- RepositoryNotFoundException() - Constructor for exception com.github.jenkins.lastchanges.exception.RepositoryNotFoundException
- RepositoryNotFoundException(String) - Constructor for exception com.github.jenkins.lastchanges.exception.RepositoryNotFoundException
- RepositoryNotFoundException(String, Throwable) - Constructor for exception com.github.jenkins.lastchanges.exception.RepositoryNotFoundException
- resolveCurrentRevision(File) - Method in class com.github.jenkins.lastchanges.impl.SvnLastChanges
- resolveCurrentRevision(Repository) - Method in class com.github.jenkins.lastchanges.impl.GitLastChanges
- resolveCurrentRevision(REPOSITORY) - Method in interface com.github.jenkins.lastchanges.api.VCSChanges
- run() - Method in class com.github.jenkins.lastchanges.pipeline.GetLastChangesPublisherStep.Execution
- run() - Method in class com.github.jenkins.lastchanges.pipeline.PublishLastChangesStep.Execution
S
- setCommitDate(String) - Method in class com.github.jenkins.lastchanges.model.CommitInfo
- setCommiterEmail(String) - Method in class com.github.jenkins.lastchanges.model.CommitInfo
-
Deprecated.Use getCommitterEmail
- setCommiterName(String) - Method in class com.github.jenkins.lastchanges.model.CommitInfo
-
Deprecated.Use setCommitterName
- setCommitId(String) - Method in class com.github.jenkins.lastchanges.model.CommitInfo
- setCommitMessage(String) - Method in class com.github.jenkins.lastchanges.model.CommitInfo
- setCommitterEmail(String) - Method in class com.github.jenkins.lastchanges.model.CommitInfo
- setCommitterName(String) - Method in class com.github.jenkins.lastchanges.model.CommitInfo
- setCpsScript(CpsScript) - Method in class com.github.jenkins.lastchanges.pipeline.LastChangesPublisherScript
- setFormat(FormatType) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- setMatching(MatchingType) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- setMatchingMaxComparisons(String) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- setMatchWordsThreshold(String) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- setShowFiles(Boolean) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- setSince(SinceType) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- setSpecificBuild(String) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- setSpecificRevision(String) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- setSvnAuthManager(ISVNAuthenticationManager) - Method in class com.github.jenkins.lastchanges.impl.SvnLastChanges
- setSynchronisedScroll(Boolean) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- setVcsDir(String) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
- shouldCompressDiff(String) - Static method in class com.github.jenkins.lastchanges.LastChangesUtil
- showFiles() - Method in class com.github.jenkins.lastchanges.model.LastChangesConfig
- SIDE - com.github.jenkins.lastchanges.model.FormatType
- since() - Method in class com.github.jenkins.lastchanges.model.LastChangesConfig
- SinceType - Enum in com.github.jenkins.lastchanges.model
-
Created by pestano on 20/03/16.
- specificRevision() - Method in class com.github.jenkins.lastchanges.model.LastChangesConfig
- SvnLastChanges - Class in com.github.jenkins.lastchanges.impl
- SvnLastChanges() - Constructor for class com.github.jenkins.lastchanges.impl.SvnLastChanges
- synchronisedScroll() - Method in class com.github.jenkins.lastchanges.model.LastChangesConfig
T
- toHtmlDiff(LastChanges, String) - Static method in class com.github.jenkins.lastchanges.LastChangesUtil
- toString() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
- type() - Method in class com.github.jenkins.lastchanges.LastChangesProjectAction.LastChangesActionFactory
V
- valueOf(String) - Static method in enum com.github.jenkins.lastchanges.model.FormatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jenkins.lastchanges.model.MatchingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jenkins.lastchanges.model.SinceType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.jenkins.lastchanges.model.FormatType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.jenkins.lastchanges.model.MatchingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.jenkins.lastchanges.model.SinceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VCSChanges<REPOSITORY,REVISION> - Interface in com.github.jenkins.lastchanges.api
-
Created by rmpestano on 7/10/16.
W
- WORD - com.github.jenkins.lastchanges.model.MatchingType
All Classes All Packages