Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ setTeams
Method
setTeams
src/main/java/scorekeep/Rules.java:52–55 ·
view source on GitHub ↗
(Integer teams)
Source
from the content-addressed store, hash-verified
50
return
teams;
51
}
52
public
Rules setTeams(Integer teams){
53
this.teams = teams;
54
return
this;
55
}
56
57
public
String[] getPhases() {
58
return
phases;
Callers
1
getRules
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected