com.exasol.projectkeeper.github.WorkflowOutput Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of project-keeper-core Show documentation
Show all versions of project-keeper-core Show documentation
Project keeper is a tool that verifies and fixes project setups.
The newest version!
package com.exasol.projectkeeper.github;
interface WorkflowOutput extends AutoCloseable {
void publish(String key, String value);
@Override
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy