All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atlassian.connect.spring.ForgeEnvironment Maven / Gradle / Ivy

There is a newer version: 5.1.3
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy