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

Move execInContainer and copy* to ContainerState #2176

Merged
merged 3 commits into from Jan 12, 2020

Conversation

bsideup
Copy link
Member

@bsideup bsideup commented Dec 14, 2019

No description provided.

@bsideup bsideup added this to the next milestone Dec 14, 2019
@bsideup bsideup requested a review from a team December 14, 2019 13:50
public ExecResult execInContainer(Charset outputCharset, String... command)
throws UnsupportedOperationException, IOException, InterruptedException {
return ExecInContainerPattern.execInContainer(getContainerInfo(), outputCharset, command);
Container.super.copyFileFromContainer(containerPath, destinationPath);
Copy link
Member Author

Choose a reason for hiding this comment

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

because it was defined as throws IOException, InterruptedException in Container

@bsideup bsideup merged commit 6622578 into master Jan 12, 2020
@delete-merged-branch delete-merged-branch bot deleted the more_ContainerState_default_methods branch January 12, 2020 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants