Skip to content
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

Webitools 198 add target compatible console version check before running the tools lfo #166

Conversation

leon2Meudon92
Copy link
Collaborator

No description provided.

…ble_Console_version_check_before_running_the_Tools_LFO' into WEBITOOLS-198_Add_target_compatible_Console_version_check_before_running_the_Tools_LFO

# Conflicts:
#	aip-console-jenkins/src/test/java/io/jenkins/plugins/aipconsole/OnboardApplicationDeepAnalysisBuilderTest.java
@leon2Meudon92 leon2Meudon92 merged commit 3af148f into v2 Sep 6, 2023
Copy link

@CAST-ANJ CAST-ANJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few review added

@@ -332,7 +339,7 @@ public AddVersionDescriptorImpl getDescriptor() {
}

@Override
public void perform(@Nonnull Run<?, ?> run, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws InterruptedException, IOException {
protected void performClient(@Nonnull Run<?, ?> run, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws InterruptedException, IOException {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this class package private, since protected is being used?

@@ -172,7 +173,7 @@ public AnalyzeDescriptorImpl getDescriptor() {
}

@Override
public void perform(@Nonnull Run<?, ?> run, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws InterruptedException, IOException {
public void performClient(@Nonnull Run<?, ?> run, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws InterruptedException, IOException {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in AddVersionBuilder it is protected and here it is public. Why this change in access modifier for same type of code?

@@ -83,20 +82,8 @@ public ArchitectureStudioBuilder(String applicationName) {
}

@Override
public void perform(@Nonnull Run<?, ?> run, @Nonnull FilePath filePath, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws
public void performClient(@Nonnull Run<?, ?> run, @Nonnull FilePath filePath, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for this builder class

@Override
public CreateAppDescriptorImpl getDescriptor() {
return (CreateAppDescriptorImpl) super.getDescriptor();
}

@Override
public void perform(@Nonnull Run<?, ?> run, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws InterruptedException, IOException {
public void performClient(@Nonnull Run<?, ?> run, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws InterruptedException, IOException {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants