public class ReportsCount extends Object
Constructor and Description |
---|
ReportsCount(int stories,
int storiesNotAllowed,
int storiesPending,
int scenarios,
int scenariosFailed,
int scenariosNotAllowed,
int scenariosPending,
int stepsFailed) |
Modifier and Type | Method and Description |
---|---|
boolean |
failed() |
int |
getScenarios() |
int |
getScenariosFailed() |
int |
getScenariosNotAllowed() |
int |
getScenariosPending() |
int |
getStepFailed() |
int |
getStories() |
int |
getStoriesNotAllowed() |
int |
getStoriesPending() |
boolean |
pending() |
String |
toString() |
public ReportsCount(int stories, int storiesNotAllowed, int storiesPending, int scenarios, int scenariosFailed, int scenariosNotAllowed, int scenariosPending, int stepsFailed)
public int getStories()
public int getStoriesNotAllowed()
public int getStoriesPending()
public int getScenarios()
public int getScenariosFailed()
public int getScenariosNotAllowed()
public int getScenariosPending()
public int getStepFailed()
public boolean failed()
public boolean pending()
Copyright © 2003–2016. All rights reserved.