Exemplo n.º 1
0
 @Override
 protected void updateTooltip(TooltipBuilder tb) {
   tb.setText("Mark this release as not published and not available to the users.");
   if (!getCurrentProject().isScrumTeamMember(getCurrentUser()))
     tb.addRemark(TooltipBuilder.NOT_SCRUMTEAM);
 }
 @Override
 protected void updateTooltip(TooltipBuilder tb) {
   tb.setText("Create new Impediment, which is blocking this Task.");
   if (!getCurrentProject().isTeamMember(getCurrentUser())) tb.addRemark(TooltipBuilder.NOT_TEAM);
 }
Exemplo n.º 3
0
 @Override
 protected void updateTooltip(TooltipBuilder tb) {
   tb.setText("Upload a local file to the repository.");
 }
Exemplo n.º 4
0
 @Override
 protected void updateTooltip(TooltipBuilder tb) {
   tb.setText("Reply to the issue author by email.");
 }