com.northernwall.hadrian.domain.Environment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Hadrian Show documentation
Show all versions of Hadrian Show documentation
Hadrian is a DevOps UI, Inventory, and Auditing system that plugs into other tools to execute actions.
package com.northernwall.hadrian.domain;
public class Environment {
public String name = null;
public String pattern = null;
public boolean allowUrl = false;
public boolean allowSnapshots = true;
public String warning = null;
public String description = null;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy