Serialized Form
-
Package com.github.jenkins.lastchanges
-
Class com.github.jenkins.lastchanges.CommitRenderer extends Object implements Serializable
-
Serialized Fields
-
action
Action action
-
commit
CommitChanges commit
-
-
-
Class com.github.jenkins.lastchanges.DownloadRenderer extends Object implements Serializable
-
Serialized Fields
-
buildChanges
LastChanges buildChanges
-
buildName
String buildName
-
isHtml
boolean isHtml
-
-
-
Class com.github.jenkins.lastchanges.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 extends Object implements Serializable
-
-
Package com.github.jenkins.lastchanges.exception
-
Class com.github.jenkins.lastchanges.exception.CommitInfoException extends LastChangesException implements Serializable
-
Class com.github.jenkins.lastchanges.exception.GitDiffException extends LastChangesException implements Serializable
-
Class com.github.jenkins.lastchanges.exception.GitTreeNotFoundException extends LastChangesException implements Serializable
-
Class com.github.jenkins.lastchanges.exception.GitTreeParseException extends LastChangesException implements Serializable
-
Class com.github.jenkins.lastchanges.exception.LastChangesException extends RuntimeException implements Serializable
-
Class com.github.jenkins.lastchanges.exception.RepositoryNotFoundException extends LastChangesException implements Serializable
-
-
Package com.github.jenkins.lastchanges.model
-
Class com.github.jenkins.lastchanges.model.CommitChanges extends Object implements Serializable
-
Serialized Fields
-
changes
String changes
-
commitInfo
CommitInfo commitInfo
-
compressedChanges
byte[] compressedChanges
-
-
-
Class com.github.jenkins.lastchanges.model.CommitInfo extends Object implements Serializable
-
Class com.github.jenkins.lastchanges.model.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 extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<LastChangesPublisherScript> implements Serializable
-
Class com.github.jenkins.lastchanges.pipeline.LastChangesPipelineGlobal extends Object implements Serializable
-
Serialized Fields
-
script
org.jenkinsci.plugins.workflow.cps.CpsScript script
-
-
-
Class com.github.jenkins.lastchanges.pipeline.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 extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<LastChangesPublisherScript> implements Serializable
-