Package com.mathworks.ci
Class BuildArtifactAction
java.lang.Object
com.mathworks.ci.BuildArtifactAction
- All Implemented Interfaces:
Action,ModelObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetOwner()intintvoidsetFailCount(int failCount) voidvoidsetSkipCount(int skipCount) voidsetTotalcount(int totalCount)
-
Constructor Details
-
BuildArtifactAction
-
-
Method Details
-
getActionID
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getBuildArtifact
public List<BuildArtifactData> getBuildArtifact() throws org.json.simple.parser.ParseException, InterruptedException, IOException- Throws:
org.json.simple.parser.ParseExceptionInterruptedExceptionIOException
-
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
-
setOwner
- Parameters:
owner- the owner to set
-