Class ElectricFlowChangeSet

java.lang.Object
org.jenkinsci.plugins.electricflow.integration.ElectricFlowChangeSet
All Implemented Interfaces:
ExtensionPoint
Direct Known Subclasses:
ElectricFlowGitChangeSet

public class ElectricFlowChangeSet extends Object implements ExtensionPoint
  • Field Details

    • authorName

      protected String authorName
    • authorEmail

      protected String authorEmail
    • commitId

      protected String commitId
    • comments

      protected String comments
  • Constructor Details

    • ElectricFlowChangeSet

      public ElectricFlowChangeSet()
  • Method Details

    • getChangeset

      public static ElectricFlowChangeSet getChangeset(Object obj)
    • getChangesetFromObject

      public static ElectricFlowChangeSet getChangesetFromObject(Object obj)
    • getAuthorName

      public String getAuthorName()
    • setAuthorName

      public void setAuthorName(String authorName)
    • getAuthorEmail

      public String getAuthorEmail()
    • setAuthorEmail

      public void setAuthorEmail(String authorEmail)
    • getCommitId

      public String getCommitId()
    • setCommitId

      public void setCommitId(String commitId)
    • getComments

      public String getComments()
    • setComments

      public void setComments(String comments)
    • isApplicable

      public boolean isApplicable(Object object)
    • populate

      public void populate(Object object)