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

com.atlassian.bamboo.specs.api.model.RootEntityProperties Maven / Gradle / Ivy

package com.atlassian.bamboo.specs.api.model;

import org.jetbrains.annotations.NotNull;

import javax.annotation.concurrent.Immutable;

@Immutable
public interface RootEntityProperties extends EntityProperties {
    /**
     * Entity type that is shown to human.
     */
    @NotNull
    String humanReadableType();

    /**
     * Entity type and id representation that is shown to human.
     */
    @NotNull
    String humanReadableId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy