Skip navigation links
B C D F G I J L M P R S T V 

B

BASE_URL - Static variable in class com.github.jenkins.lastchanges.LastChangesBaseAction
 
Builder() - Constructor for class com.github.jenkins.lastchanges.model.CommitInfo.Builder
 
buildFromGit(Repository, ObjectId) - Static method in class com.github.jenkins.lastchanges.model.CommitInfo.Builder
 
buildFromSvn(SVNRepository) - Static method in class com.github.jenkins.lastchanges.model.CommitInfo.Builder
 

C

changesOf(REPOSITORY) - Method in interface com.github.jenkins.lastchanges.api.VCSChanges
 
changesOf(REPOSITORY, REVISION, REVISION) - Method in interface com.github.jenkins.lastchanges.api.VCSChanges
 
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(SVNRepository) - Method in class com.github.jenkins.lastchanges.impl.SvnLastChanges
Creates last changes from repository last two revisions
changesOf(SVNRepository, Long, Long) - Method in class com.github.jenkins.lastchanges.impl.SvnLastChanges
Creates last changes from two revisions of repository
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
 
CommitInfo - Class in com.github.jenkins.lastchanges.model
Created by rmpestano on 6/26/16.
CommitInfo.Builder - Class in com.github.jenkins.lastchanges.model
 
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
 

D

DescriptorImpl() - Constructor for class com.github.jenkins.lastchanges.LastChangesPublisher.DescriptorImpl
 
dir() - Method in class com.github.jenkins.lastchanges.LastChangesBaseAction
 
dir() - Method in class com.github.jenkins.lastchanges.LastChangesBuildAction
 
dir() - Method in class com.github.jenkins.lastchanges.LastChangesProjectAction
 
doDynamic(StaplerRequest, StaplerResponse) - Method in class com.github.jenkins.lastchanges.LastChangesBaseAction
 
doFillFormatItems() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher.DescriptorImpl
 
doFillMatchingItems() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher.DescriptorImpl
 

F

format - Variable in enum com.github.jenkins.lastchanges.model.FormatType
 
format() - Method in class com.github.jenkins.lastchanges.model.LastChangesConfig
 
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
 
getCommitDate() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
 
getCommiterEmail() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
 
getCommiterName() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
 
getCommitId() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
 
getCommitInfo() - Method in class com.github.jenkins.lastchanges.model.LastChanges
 
getCommitMessage() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
 
getConfig() - Method in class com.github.jenkins.lastchanges.LastChangesBuildAction
 
getDiff() - Method in class com.github.jenkins.lastchanges.model.LastChanges
 
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.
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
 
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
 
getLastChangesBuilds() - Method in class com.github.jenkins.lastchanges.LastChangesProjectAction
 
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
 
getProject() - Method in class com.github.jenkins.lastchanges.LastChangesProjectAction
 
getProjectAction(AbstractProject<?, ?>) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
 
getRequiredMonitorService() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
 
getShowFiles() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
 
getSynchronisedScroll() - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
 
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
 
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
 

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

LastChanges - Class in com.github.jenkins.lastchanges.model
Created by rmpestano on 7/3/16.
LastChanges(CommitInfo, String) - Constructor for class com.github.jenkins.lastchanges.model.LastChanges
 
LastChangesBaseAction - Class in com.github.jenkins.lastchanges
 
LastChangesBaseAction() - Constructor for class com.github.jenkins.lastchanges.LastChangesBaseAction
 
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(FormatType, MatchingType, Boolean, Boolean, String, String) - Constructor for class com.github.jenkins.lastchanges.model.LastChangesConfig
 
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
 
LastChangesProjectAction - Class in com.github.jenkins.lastchanges
 
LastChangesProjectAction(AbstractProject<?, ?>) - Constructor for class com.github.jenkins.lastchanges.LastChangesProjectAction
 
LastChangesPublisher - Class in com.github.jenkins.lastchanges
 
LastChangesPublisher(FormatType, MatchingType, Boolean, Boolean, String, String) - Constructor for class com.github.jenkins.lastchanges.LastChangesPublisher
 
LastChangesPublisher.DescriptorImpl - Class in com.github.jenkins.lastchanges
 

M

matching() - Method in class com.github.jenkins.lastchanges.model.LastChangesConfig
 
matching - Variable in enum com.github.jenkins.lastchanges.model.MatchingType
 
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
 

P

perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.github.jenkins.lastchanges.LastChangesPublisher
 

R

repository(String) - Static method in class com.github.jenkins.lastchanges.impl.GitLastChanges
 
repository(String) - Static method in class com.github.jenkins.lastchanges.impl.SvnLastChanges
Deprecated.
used for unit test only
repository(SubversionSCM, AbstractProject<?, ?>) - Static method in class com.github.jenkins.lastchanges.impl.SvnLastChanges
 
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
 

S

showFiles() - 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

toString() - Method in class com.github.jenkins.lastchanges.model.CommitInfo
 

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.
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.
VCSChanges<REPOSITORY,REVISION> - Interface in com.github.jenkins.lastchanges.api
Created by rmpestano on 7/10/16.
B C D F G I J L M P R S T V 
Skip navigation links

Copyright © 2016. All rights reserved.