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

com.almworks.jira.structure.api.job.SystemStructureJob Maven / Gradle / Ivy

There is a newer version: 17.25.3
Show newest version
package com.almworks.jira.structure.api.job;

import com.atlassian.crowd.embedded.api.User;

/**
 * @author Igor Sereda
 */
public abstract class SystemStructureJob extends AbstractStructureJob {
  public User getUser() {
    return null;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy