public class PrioritiesStatisticEvent extends Object
Constructor and Description |
---|
PrioritiesStatisticEvent(boolean pppEnabled,
long projectsTotal,
long projectsWithDefaultScheme,
long softwareProjectsWithScheme,
long businessProjectsWithScheme,
long servicedeskProjectsWithScheme,
long schemesTotal,
long schemesAssigned,
long prioritiesTotal,
long prioritiesInDefaultScheme,
long minPrioritiesInScheme,
long maxPrioritiesInScheme,
long mostPopularPrioritiesCountInScheme) |
Modifier and Type | Method and Description |
---|---|
long |
getBusinessProjectsWithScheme() |
long |
getMaxPrioritiesInScheme() |
long |
getMinPrioritiesInScheme() |
long |
getMostPopularPrioritiesCountInScheme() |
long |
getPrioritiesInDefaultScheme() |
long |
getPrioritiesTotal() |
long |
getProjectsTotal() |
long |
getProjectsWithDefaultScheme() |
long |
getSchemesAssigned() |
long |
getSchemesTotal() |
long |
getServicedeskProjectsWithScheme() |
long |
getSoftwareProjectsWithScheme() |
boolean |
isPppEnabled() |
public PrioritiesStatisticEvent(boolean pppEnabled, long projectsTotal, long projectsWithDefaultScheme, long softwareProjectsWithScheme, long businessProjectsWithScheme, long servicedeskProjectsWithScheme, long schemesTotal, long schemesAssigned, long prioritiesTotal, long prioritiesInDefaultScheme, long minPrioritiesInScheme, long maxPrioritiesInScheme, long mostPopularPrioritiesCountInScheme)
public boolean isPppEnabled()
public long getProjectsTotal()
public long getProjectsWithDefaultScheme()
public long getSchemesTotal()
public long getSchemesAssigned()
public long getPrioritiesTotal()
public long getMinPrioritiesInScheme()
public long getMaxPrioritiesInScheme()
public long getMostPopularPrioritiesCountInScheme()
public long getSoftwareProjectsWithScheme()
public long getBusinessProjectsWithScheme()
public long getServicedeskProjectsWithScheme()
public long getPrioritiesInDefaultScheme()
Copyright © 2002-2019 Atlassian. All Rights Reserved.