-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EPMRPP-89997 || Updates for moving import to the plugin #1980
Conversation
…into EPMRPP-89997-import-plugin � Conflicts: � build.gradle
…into EPMRPP-89997-import-plugin � Conflicts: � build.gradle
@@ -137,4 +144,22 @@ public Object executePluginCommand(@PathVariable String projectName, | |||
executionParams | |||
); | |||
} | |||
|
|||
@PreAuthorize(ALLOWED_TO_REPORT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a Javadoc comment.
import org.springframework.web.context.request.RequestContextHolder; | ||
import org.springframework.web.context.request.ServletRequestAttributes; | ||
|
||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary javadoc is missing.
|
||
private final ProjectExtractor projectExtractor; | ||
|
||
@EventListener |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a Javadoc comment.
startLaunchHandler.startLaunch(user, projectDetails, startLaunchRqEvent.getStartLaunchRQ()); | ||
} | ||
|
||
@EventListener |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a Javadoc comment.
extractCurrentHttpRequest().map(LinkGenerator::composeBaseUrl).orElse("")); | ||
} | ||
|
||
@EventListener |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a Javadoc comment.
startRootItemRqEvent.getStartTestItemRQ()); | ||
} | ||
|
||
@EventListener |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a Javadoc comment.
startChildItemRqEvent.getStartTestItemRQ(), startChildItemRqEvent.getParentUuid()); | ||
} | ||
|
||
@EventListener |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a Javadoc comment.
finishItemRqEvent.getFinishTestItemRQ()); | ||
} | ||
|
||
@EventListener |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a Javadoc comment.
No description provided.