com.atlassian.connect.spring.ForgeEnvironment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atlassian-connect-spring-boot-api Show documentation
Show all versions of atlassian-connect-spring-boot-api Show documentation
Provides the API of Atlassian Connect for Spring Boot
package com.atlassian.connect.spring;
/**
* Information about the Environment from which the Forge app is making the request
*/
public class ForgeEnvironment {
private String type;
private String id;
}