Serialized Form
- 
Package com.github.jenkins.lastchanges
- 
Class com.github.jenkins.lastchanges.CommitRenderer
class CommitRenderer extends Object implements Serializable- 
Serialized Fields
- 
action
Action action
 - 
commit
CommitChanges commit
 
 - 
 
 - 
 - 
Class com.github.jenkins.lastchanges.DownloadRenderer
class DownloadRenderer extends Object implements Serializable- 
Serialized Fields
- 
buildChanges
LastChanges buildChanges
 - 
buildName
String buildName
 - 
isHtml
boolean isHtml
 
 - 
 
 - 
 - 
Class com.github.jenkins.lastchanges.LastChangesPublisher
class LastChangesPublisher extends Recorder implements Serializable- 
Serialized Fields
- 
format
FormatType format
 - 
isGit
boolean isGit
 - 
isSvn
boolean isSvn
 - 
matching
MatchingType matching
 - 
matchingMaxComparisons
String matchingMaxComparisons
 - 
matchWordsThreshold
String matchWordsThreshold
 - 
showFiles
Boolean showFiles
 - 
since
SinceType since
 - 
specificBuild
String specificBuild
 - 
specificRevision
String specificRevision
 - 
synchronisedScroll
Boolean synchronisedScroll
 - 
vcsDir
String vcsDir
 
 - 
 
 - 
 - 
Class com.github.jenkins.lastchanges.LastChangesUtil
class LastChangesUtil extends Object implements Serializable 
 - 
 - 
Package com.github.jenkins.lastchanges.exception
- 
Exception com.github.jenkins.lastchanges.exception.CommitInfoException
class CommitInfoException extends LastChangesException implements Serializable - 
Exception com.github.jenkins.lastchanges.exception.GitDiffException
class GitDiffException extends LastChangesException implements Serializable - 
Exception com.github.jenkins.lastchanges.exception.GitTreeNotFoundException
class GitTreeNotFoundException extends LastChangesException implements Serializable - 
Exception com.github.jenkins.lastchanges.exception.GitTreeParseException
class GitTreeParseException extends LastChangesException implements Serializable - 
Exception com.github.jenkins.lastchanges.exception.LastChangesException
class LastChangesException extends RuntimeException implements Serializable - 
Exception com.github.jenkins.lastchanges.exception.RepositoryNotFoundException
class RepositoryNotFoundException extends LastChangesException implements Serializable 
 - 
 - 
Package com.github.jenkins.lastchanges.model
- 
Class com.github.jenkins.lastchanges.model.CommitChanges
class CommitChanges extends Object implements Serializable- 
Serialized Fields
- 
changes
String changes
 - 
commitInfo
CommitInfo commitInfo
 - 
compressedChanges
byte[] compressedChanges
 
 - 
 
 - 
 - 
Class com.github.jenkins.lastchanges.model.CommitInfo
class CommitInfo extends Object implements Serializable - 
Class com.github.jenkins.lastchanges.model.LastChanges
class LastChanges extends Object implements Serializable- 
Serialized Fields
- 
commits
List<CommitChanges> commits
 - 
compressedDiff
byte[] compressedDiff
 - 
currentRevision
CommitInfo currentRevision
 - 
diff
String diff
 - 
previousRevision
CommitInfo previousRevision
 
 - 
 
 - 
 
 - 
 - 
Package com.github.jenkins.lastchanges.pipeline
- 
Class com.github.jenkins.lastchanges.pipeline.GetLastChangesPublisherStep.Execution
class Execution extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<LastChangesPublisherScript> implements Serializable - 
Class com.github.jenkins.lastchanges.pipeline.LastChangesPipelineGlobal
class LastChangesPipelineGlobal extends Object implements Serializable- 
Serialized Fields
- 
script
org.jenkinsci.plugins.workflow.cps.CpsScript script
 
 - 
 
 - 
 - 
Class com.github.jenkins.lastchanges.pipeline.LastChangesPublisherScript
class LastChangesPublisherScript extends Object implements Serializable- 
Serialized Fields
- 
cpsScript
org.jenkinsci.plugins.workflow.cps.CpsScript cpsScript
 - 
publisher
LastChangesPublisher publisher
 
 - 
 
 - 
 - 
Class com.github.jenkins.lastchanges.pipeline.PublishLastChangesStep.Execution
class Execution extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<LastChangesPublisherScript> implements Serializable 
 -