mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
show archived status of repositories in scm-cli-client
This commit is contained in:
@@ -162,6 +162,17 @@ public class RepositoryWrapper extends AbstractWrapper
|
||||
return repository.getUrl();
|
||||
}
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public boolean isArchived()
|
||||
{
|
||||
return repository.isArchived();
|
||||
}
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
|
||||
@@ -4,6 +4,7 @@ Type: ${repository.type}
|
||||
E-Mail: ${repository.contact!""}
|
||||
Description: ${repository.description!""}
|
||||
Public: ${repository.publicReadable?string}
|
||||
Archived: ${repository.archived?string}
|
||||
Creation-Date: <#if repository.creationDate??>${repository.creationDate?string("yyyy-MM-dd HH:mm:ss")}</#if>
|
||||
Last-Modified: <#if repository.lastModified??>${repository.lastModified?string("yyyy-MM-dd HH:mm:ss")}</#if>
|
||||
URL: ${repository.url}
|
||||
|
||||
@@ -5,6 +5,7 @@ Type: ${repository.type}
|
||||
E-Mail: ${repository.contact!""}
|
||||
Description: ${repository.description!""}
|
||||
Public: ${repository.publicReadable?string}
|
||||
Archived: ${repository.archived?string}
|
||||
Creation-Date: <#if repository.creationDate??>${repository.creationDate?string("yyyy-MM-dd HH:mm:ss")}</#if>
|
||||
Last-Modified: <#if repository.lastModified??>${repository.lastModified?string("yyyy-MM-dd HH:mm:ss")}</#if>
|
||||
URL: ${repository.url}
|
||||
|
||||
Reference in New Issue
Block a user