Skip to content

Commit

Permalink
add getMaxTotalUses (jenkinsci#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
vineeth-bandi authored Aug 23, 2023
1 parent 70fd757 commit 5aeb8b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@ public int getMinSpareSize() {
return minSpareSize;
}

public int getMaxTotalUses() {
return maxTotalUses;
}

public int getNumExecutors() {
return numExecutors;
}
Expand Down

0 comments on commit 5aeb8b7

Please sign in to comment.