Class BuildArtifactAction

java.lang.Object
com.mathworks.ci.BuildArtifactAction
All Implemented Interfaces:
Action, ModelObject

public class BuildArtifactAction extends Object implements Action
  • Constructor Details

    • BuildArtifactAction

      public BuildArtifactAction(Run<?,?> build, String actionID)
  • Method Details

    • getActionID

      public String getActionID()
    • getIconFileName

      @CheckForNull public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getDisplayName

      @CheckForNull public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      @CheckForNull public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • getBuildArtifact

      public List<BuildArtifactData> getBuildArtifact() throws org.json.simple.parser.ParseException, InterruptedException, IOException
      Throws:
      org.json.simple.parser.ParseException
      InterruptedException
      IOException
    • setTotalcount

      public void setTotalcount(int totalCount)
    • setSkipCount

      public void setSkipCount(int skipCount)
    • getTotalCount

      public int getTotalCount()
    • getFailCount

      public int getFailCount()
    • setFailCount

      public void setFailCount(int failCount)
    • getSkipCount

      public int getSkipCount()
    • getOwner

      public Run getOwner()
    • setOwner

      public void setOwner(Run owner)
      Parameters:
      owner - the owner to set