Class ActivityDataView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.generated.deprecated.component.ActivityDataView
-
@Deprecated public class ActivityDataView extends BlackDuckComponent
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ActivityDataView()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.math.BigDecimalgetCommitCount12Month()Deprecated.java.math.BigDecimalgetContributorCount12Month()Deprecated.java.util.DategetLastCommitDate()Deprecated.java.math.BigDecimalgetNewerReleases()Deprecated.ProjectVersionComponentActivityDataTrendingTypegetTrending()Deprecated.voidsetCommitCount12Month(java.math.BigDecimal commitCount12Month)Deprecated.voidsetContributorCount12Month(java.math.BigDecimal contributorCount12Month)Deprecated.voidsetLastCommitDate(java.util.Date lastCommitDate)Deprecated.voidsetNewerReleases(java.math.BigDecimal newerReleases)Deprecated.voidsetTrending(ProjectVersionComponentActivityDataTrendingType trending)Deprecated.
-
-
-
Method Detail
-
getCommitCount12Month
public java.math.BigDecimal getCommitCount12Month()
Deprecated.
-
setCommitCount12Month
public void setCommitCount12Month(java.math.BigDecimal commitCount12Month)
Deprecated.
-
getContributorCount12Month
public java.math.BigDecimal getContributorCount12Month()
Deprecated.
-
setContributorCount12Month
public void setContributorCount12Month(java.math.BigDecimal contributorCount12Month)
Deprecated.
-
getLastCommitDate
public java.util.Date getLastCommitDate()
Deprecated.
-
setLastCommitDate
public void setLastCommitDate(java.util.Date lastCommitDate)
Deprecated.
-
getNewerReleases
public java.math.BigDecimal getNewerReleases()
Deprecated.
-
setNewerReleases
public void setNewerReleases(java.math.BigDecimal newerReleases)
Deprecated.
-
getTrending
public ProjectVersionComponentActivityDataTrendingType getTrending()
Deprecated.
-
setTrending
public void setTrending(ProjectVersionComponentActivityDataTrendingType trending)
Deprecated.
-
-