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

com.atlassian.bamboo.specs.api.builders.CallEntityPropertiesBuilder Maven / Gradle / Ivy

There is a newer version: 10.2.0
Show newest version
package com.atlassian.bamboo.specs.api.builders;

import com.atlassian.bamboo.specs.api.model.EntityProperties;

/**
 * Used to call protected  {@link EntityPropertiesBuilder#build()}.
 */
public abstract class CallEntityPropertiesBuilder extends EntityPropertiesBuilder {
    public static  T build(final EntityPropertiesBuilder e) {
        return e.build();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy