Examples of PassivateCapabilityDuringUpdateCondition


Examples of org.sonatype.nexus.capability.condition.PassivateCapabilityDuringUpdateCondition

   * capability was updated.
   *
   * @return created condition
   */
  public Condition passivateCapabilityDuringUpdate() {
    return new PassivateCapabilityDuringUpdateCondition(eventBus);
  }
View Full Code Here

Examples of org.sonatype.nexus.capability.condition.PassivateCapabilityDuringUpdateCondition

   *
   * @param propertyNames list of properties names that should be checked if updated
   * @return created condition
   */
  public Condition passivateCapabilityWhenPropertyChanged(final String... propertyNames) {
    return new PassivateCapabilityDuringUpdateCondition(eventBus, propertyNames);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.