|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PropertySet public interface UserStoryProperties
Shows some examples on how to declare properties.
Method Summary | |
---|---|
Priority |
getBusinessPriority() The business priority of the user story. |
String |
name() The name of a user story. |
Integer |
storyPoint() The story point stating the estimated work to implement the story. |
Method Detail |
---|
@NotBlank String name()
@PropertyKeyName(value="story-point") @PropertyIntValueRange(value={0,1,2,3,5,8,13,21,50,100}, defaultValue=8) @NotNull Integer storyPoint()
@PropertyKeyName(value="business-priority") @PropertyExpression(value="required") Priority getBusinessPriority()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |