Skip to content

Commit

Permalink
Split build-info class (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva authored Dec 12, 2021
1 parent 900aeb2 commit f1bd977
Show file tree
Hide file tree
Showing 183 changed files with 5,639 additions and 2,808 deletions.
16 changes: 0 additions & 16 deletions build-info-api/src/main/java/org/jfrog/build/api/Agent.java
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright (C) 2011 JFrog Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jfrog.build.api;

import com.thoughtworks.xstream.annotations.XStreamAlias;
Expand Down
16 changes: 0 additions & 16 deletions build-info-api/src/main/java/org/jfrog/build/api/Artifact.java
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright (C) 2011 JFrog Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jfrog.build.api;

import com.thoughtworks.xstream.annotations.XStreamAlias;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright (C) 2011 JFrog Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jfrog.build.api;

import java.util.Properties;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright (C) 2011 JFrog Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jfrog.build.api;

import com.fasterxml.jackson.annotation.JsonProperty;
Expand All @@ -31,7 +15,6 @@ public abstract class BaseBuildFileBean extends BaseBuildBean implements BuildFi
protected String sha1;
protected String sha256;
protected String md5;
protected String localPath;

@JsonProperty("path")
protected String remotePath;
Expand Down Expand Up @@ -68,14 +51,6 @@ public void setMd5(String md5) {
this.md5 = md5;
}

public String getLocalPath() {
return localPath;
}

public void setLocalPath(String localPath) {
this.localPath = localPath;
}

public String getRemotePath() {
return remotePath;
}
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit f1bd977

Please sign in to comment.