mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-04-01 18:00:12 +02:00
support for mercurial 2.1
This commit is contained in:
@@ -184,6 +184,15 @@ public interface CGIExecutor
|
||||
*/
|
||||
public File getWorkDirectory();
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
*
|
||||
* @return
|
||||
* @since 1.12
|
||||
*/
|
||||
public boolean isContentLengthWorkaround();
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
@@ -210,6 +219,14 @@ public interface CGIExecutor
|
||||
*/
|
||||
public void setBufferSize(int bufferSize);
|
||||
|
||||
/**
|
||||
* Method description
|
||||
* @since 1.12
|
||||
*
|
||||
* @param contentLengthWorkaround
|
||||
*/
|
||||
public void setContentLengthWorkaround(boolean contentLengthWorkaround);
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user