SomeFire commented on a change in pull request #74: IGNITE-10275 Refactor of visa caching. Jira spam fix.
URL:
https://github.com/apache/ignite-teamcity-bot/pull/74#discussion_r234600605
##########
File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/observer/BuildObserver.java
##########
@@ -69,28 +93,27 @@ public void stop() {
public void observe(String srvId, ICredentialsProv prov, String ticket, String branchForTc, Build... builds) {
BuildsInfo buildsInfo = new BuildsInfo(srvId, prov, ticket, branchForTc, builds);
- visasStorage.put(new VisaRequest(buildsInfo));
-
observerTask.addInfo(buildsInfo);
}
/**
* @param srvId Server id.
* @param branch Branch.
*/
- public String getObservationStatus(String srvId, String branch) {
+ public String getObservationStatus(ContributionKey key) {
Review comment:
Update javadocs too.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services