Commit 3103fd6c authored by Greg Messner's avatar Greg Messner
Browse files

Mods for renaming com.messners.gitlab.api to org.gitlab4j.api

parent 266afaff
package com.messners.gitlab.api.models; package org.gitlab4j.api.models;
import java.util.Date; import java.util.Date;
import java.util.List; import java.util.List;
......
package com.messners.gitlab.api.models; package org.gitlab4j.api.models;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;
......
package com.messners.gitlab.api.models; package org.gitlab4j.api.models;
import java.util.Date; import java.util.Date;
......
package com.messners.gitlab.api.models; package org.gitlab4j.api.models;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;
......
package com.messners.gitlab.api.models; package org.gitlab4j.api.models;
import java.util.Date; import java.util.Date;
......
package com.messners.gitlab.api.models; package org.gitlab4j.api.models;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;
......
package com.messners.gitlab.api.models; package org.gitlab4j.api.models;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;
......
package com.messners.gitlab.api.models; package org.gitlab4j.api.models;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;
......
package com.messners.gitlab.api.models; package org.gitlab4j.api.models;
import java.util.Date; import java.util.Date;
import java.util.List; import java.util.List;
......
package com.messners.gitlab.api.models; package org.gitlab4j.api.models;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;
......
package com.messners.gitlab.api.models; package org.gitlab4j.api.models;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;
......
package com.messners.gitlab.api.models; package org.gitlab4j.api.models;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;
......
package com.messners.gitlab.api.models; package org.gitlab4j.api.models;
import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlRootElement;
......
package com.messners.gitlab.api.webhook; package org.gitlab4j.api.webhook;
public interface Event { public interface Event {
public String getObjectKind(); public String getObjectKind();
......
package com.messners.gitlab.api.webhook; package org.gitlab4j.api.webhook;
import java.util.Date; import java.util.Date;
import java.util.List; import java.util.List;
import com.messners.gitlab.api.models.Author; import org.gitlab4j.api.models.Author;
public class EventCommit { public class EventCommit {
......
package com.messners.gitlab.api.webhook; package org.gitlab4j.api.webhook;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;
import com.messners.gitlab.api.models.AccessLevel; import org.gitlab4j.api.models.AccessLevel;
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class EventProject { public class EventProject {
......
package com.messners.gitlab.api.webhook; package org.gitlab4j.api.webhook;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;
import com.messners.gitlab.api.models.AccessLevel; import org.gitlab4j.api.models.AccessLevel;
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class EventRepository { public class EventRepository {
......
package com.messners.gitlab.api.webhook; package org.gitlab4j.api.webhook;
import java.util.Date; import java.util.Date;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;
import com.messners.gitlab.api.models.Assignee; import org.gitlab4j.api.models.Assignee;
import com.messners.gitlab.api.models.User; import org.gitlab4j.api.models.User;
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class IssueEvent implements Event { public class IssueEvent implements Event {
......
package com.messners.gitlab.api.webhook; package org.gitlab4j.api.webhook;
import java.util.Date; import java.util.Date;
import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;
import com.messners.gitlab.api.models.Assignee; import org.gitlab4j.api.models.Assignee;
import com.messners.gitlab.api.models.User; import org.gitlab4j.api.models.User;
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class MergeRequestEvent implements Event { public class MergeRequestEvent implements Event {
......
package com.messners.gitlab.api.webhook; package org.gitlab4j.api.webhook;
import java.util.List; import java.util.List;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment