
aQute.bnd.service.repository.Phase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biz.aQute.bndlib Show documentation
Show all versions of biz.aQute.bndlib Show documentation
bndlib: A Swiss Army Knife for OSGi
The newest version!
package aQute.bnd.service.repository;
public enum Phase {
/**
* Submitted by developer, can be used by other developer but is not yet
* generally available.
*/
STAGING,
/**
* Locked, generally for QA to test in preparation for becoming the next
* master
*/
LOCKED,
/**
* Curremt master
*/
MASTER,
/**
* Retired, no longer available for searching though still available for
* existing projects.
*/
RETIRED,
/**
* Revoked/withdrawn. Should fail any dependent builds.
*/
WITHDRAWN;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy