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 TypeMethodDescriptionint
getOwner()
int
int
void
setFailCount
(int failCount) void
void
setSkipCount
(int skipCount) void
setTotalcount
(int totalCount)
-
Constructor Details
-
BuildArtifactAction
-
-
Method Details
-
getActionID
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
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
-
setOwner
- Parameters:
owner
- the owner to set
-