| Modifier and Type | Method and Description |
|---|---|
Issue |
AgileProject.getIssue(String issueId) |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<Issue> |
IssuePredicates.createdAfter(ZonedDateTime date) |
Collection<Issue> |
AgileProject.getAllIssues() |
Optional<Issue> |
AgileClient.getIssue(String issueId) |
static Predicate<Issue> |
IssuePredicates.hasComponents(String... components) |
static Predicate<Issue> |
IssuePredicates.hasLabels(String... labels) |
static Predicate<Issue> |
IssuePredicates.hasStatusTransitionsThat(Predicate<IssueStatusTransition>... predicates) |
static Predicate<Issue> |
IssuePredicates.hasSubtasks() |
static Predicate<Issue> |
IssuePredicates.inResolution(String... resolutions) |
static Predicate<Issue> |
IssuePredicates.inStatus(String... statusNames) |
static Predicate<Issue> |
IssuePredicates.inStatusOnDay(LocalDate date,
String... statusNames) |
static Predicate<Issue> |
IssuePredicates.isBlockedEntireDay(LocalDate date) |
static Predicate<Issue> |
IssuePredicates.isEpic() |
static Predicate<Issue> |
IssuePredicates.isSubtask() |
static Predicate<Issue> |
IssuePredicates.updatedAfter(ZonedDateTime date) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AgileProject.contains(Issue issue) |
| Modifier and Type | Method and Description |
|---|---|
Set<Issue> |
IssueHierarchyNode.getLeafsIssues() |
| Modifier and Type | Method and Description |
|---|---|
IssueHierarchyNode |
IssueHierarchyNodeProvider.getHierarchy(Issue issue) |
| Modifier and Type | Method and Description |
|---|---|
CfdData |
CfdDataFactory.calculateCfdData(String projectId,
Predicate<Issue> filter) |
| Modifier and Type | Method and Description |
|---|---|
double |
CycleTimeComputer.calulcateCycleTimeOfAllIssues(Predicate<Issue> filters,
LocalDate fromDate,
LocalDate toDate,
String... statuses) |
double |
CycleTimeComputer.calulcateCycleTimeOfStories(Predicate<Issue> filters,
LocalDate fromDate,
LocalDate toDate,
String... statuses)
Counts time of stories closed within specified dates since first of its subtasks entered any of statuses till last one left any of statuses.This time will be counted only when all subtasks are in final status.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Issue,Double> |
WorkloadDailyReport.calculateDistribution()
Returns as percentage per each issue from the total workload
calculated.Sum should be +/- 100 - the offset from 100 is caused by
computional precision of calculations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkloadDailyReport.reportWorkloadOnIssue(Issue issue,
Double value) |
Copyright © 2017. All rights reserved.