MCPcopy Create free account
hub / github.com/aws-samples/eb-java-scorekeep / getPhases

Method getPhases

src/main/java/scorekeep/Rules.java:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public String[] getPhases() {
58 return phases;
59 }
60 public Rules setPhases(String[] phases){
61 this.phases = phases;
62 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected